diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-09 00:14:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-09 00:14:22 +0000 |
commit | 4f0afd2e4cb6159e9ca201c1a14dcca26b0701a2 (patch) | |
tree | 44cbf6b885352d0748d13373313ed6ee5dc744fc /Build/source | |
parent | 92e469e7e97e8358e62cec89f243d2a272bfc46f (diff) |
no need for MACOSX_DEPLOYMENT_TARGET
git-svn-id: svn://tug.org/texlive/trunk@22029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-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 |