-mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Thread-index: AcdT14eExeNyar/KEduMwQARJHiCXA== Thread-topic: -mmacosx-version-min and MACOSX_DEPLOYMENT_TARGET User-agent: Microsoft-Entourage/11.3.3.061214 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. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com smime.p7s
participants (1)
-
Conrad G T Yoder