-mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET
-mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET
- Subject: -mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET
- From: Conrad G T Yoder <email@hidden>
- Date: Sun, 18 Feb 2007 22:39:16 -0500
- Thread-topic: -mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET
Are the gcc switch "-mmacosx-version-min" and the env var
"MACOSX_DEPLOYMENT_TARGET" equivalent in functionality? E.g. is this:
gcc-4.0 -mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.3.9.sdk
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk -o test test.c
equivalent to
MACOSX_DEPLOYMENT_TARGET=10.3 gcc-4.0 -isysroot /Developer/SDKs/MacOSX10.3.9
.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk -o test test.c
?
(assuming that last command is in a makefile)
-Conrad
--
Beware before - Beware after.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden