(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries
authorbjarni
Sat, 08 Dec 2007 18:53:49 +0000
changeset 8538 e953a11779f4
parent 8537 0b4ab7d8b018
child 8539 0ba5701ab630
(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
config.lib
--- a/config.lib	Sat Dec 08 18:50:39 2007 +0000
+++ b/config.lib	Sat Dec 08 18:53:49 2007 +0000
@@ -1976,7 +1976,7 @@
 	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