diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/Build | 12 | ||||
-rw-r--r-- | Build/source/README | 7 |
2 files changed, 4 insertions, 15 deletions
diff --git a/Build/source/Build b/Build/source/Build index f3f06fa0e74..9572ca0937f 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -45,18 +45,6 @@ else rm -rf $TL_WORKDIR $TL_INSTALL_DEST fi -# For MacOSX PowerPC, we want to keep working on 10.3. -# For MacOSX Intel, though, the earliest system is 10.4. -if test -z "$MACOSX_DEPLOYMENT_TARGET"; then - if sh build-aux/config.guess | grep powerpc.*darwin >/dev/null; then - MACOSX_DEPLOYMENT_TARGET=10.3 - export MACOSX_DEPLOYMENT_TARGET - else - MACOSX_DEPLOYMENT_TARGET=10.4 - export MACOSX_DEPLOYMENT_TARGET - fi -fi - : ${TL_BUILD_ENV=} if test "x$1" = x--debug || test "x$1" = x-g; then shift diff --git a/Build/source/README b/Build/source/README index 47a1ff03464..8440069f6a5 100644 --- a/Build/source/README +++ b/Build/source/README @@ -67,9 +67,10 @@ Build information: i386-solaris, x86_64-solaris: Solaris 11 - powerpc-linux -2.6.26-2-powerpc64 #1 SMP Fri May 29 00:38:20 UTC 2009 ppc64 GNU/Linux -/lib/libc.so.6, GNU C Library (EGLIBC) stable release version 2.9 + powerpc-linux (Debian Squeeze) +Linux homer 2.6.32-5-powerpc64 #1 SMP Tue Mar 8 02:01:42 UTC 2011 +ppc64 Debian GNU/Linux 6.0 +(only the kernel is 64bit, the entire userland is 32bit.) sparc-solaris OS: Sun Solaris 8 |