Re: universal flags and configuration

2008-02-22 Thread Anders F Björklund
Previously, I wrote: - universal_target # for setting macosx_deployment_target and configure target Default: 10.4 - universal_sysroot # the SDK sysroot to use, normally for the -isysroot flag Default: /Developer/SDKs/MacOSX10.4u.sdk - universal_archs # machine architectures to

Re: universal flags and configuration

2008-02-08 Thread Anders F Björklund
Ryan Schmidt wrote: There are some workarounds for known shortcomings/bugs, such as setting -mmacosx-version-min instead of macosx_deployment_target when the variable don't want to take effect, The documentation I've read says to use MACOSX_DEPLOYMENT_TARGET environment variable. When is

universal flags and configuration

2008-02-07 Thread Anders F Björklund
I've added some configure. flags for +universal variants, and also to the macports.conf file for providing defaults. They are: - universal_target # for setting macosx_deployment_target and configure target Default: 10.4 - universal_sysroot # the SDK sysroot to use, normally for the

Re: universal flags and configuration

2008-02-07 Thread Ryan Schmidt
On Feb 7, 2008, at 03:30, Anders F Björklund wrote: I've added some configure. flags for +universal variants, and also to the macports.conf file for providing defaults. They are: - universal_target # for setting macosx_deployment_target and configure target Default: 10.4 -