(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries

10.5 support needs this and it will not break 10.3 support
This commit is contained in:
bjarni 2007-12-08 18:53:49 +00:00
parent 2a62aa1ccd
commit 58b4a981e1
1 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,7 @@ make_sed() {
ppc=`$cc_host -dumpmachine | egrep "powerpc|ppc"`
if [ -n "$ppc" ]; then
T_CFLAGS="$CFLAGS -DFOUR_BYTE_BOOL"
osx_sysroot_version=10.3.9
osx_sysroot_version=10.4u
else
T_CFLAGS="$CFLAGS"
osx_sysroot_version=10.4u