Author: arist
Date: Thu Nov 15 00:20:09 2012
New Revision: 1409606

URL: http://svn.apache.org/viewvc?rev=1409606&view=rev
Log:
gnumake4_151_4347402b512b.patch
# HG changeset patch
# User Michael Stahl <m...@openoffice.org>
# Date 1303985561 0
# Node ID 4347402b512bd54e9a652eeb8291a06afeb70649
# Parent  f0853c706de9269870565990199f15e2b4de3abf
gnumake4: #i117687#: source_soenv.sh: special treatment for x86_64 darwin


Modified:
    incubator/ooo/branches/gbuild/main/source_soenv.sh

Modified: incubator/ooo/branches/gbuild/main/source_soenv.sh
URL: 
http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/source_soenv.sh?rev=1409606&r1=1409605&r2=1409606&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/source_soenv.sh (original)
+++ incubator/ooo/branches/gbuild/main/source_soenv.sh Thu Nov 15 00:20:09 2012
@@ -101,7 +101,8 @@ else
         amd64-*-freebsd*)
             . ./FreeBSDAMDEnv.Set.sh
         ;;
-        i[3456]86-*-darwin*)
+        # the result here (whether you get x86_64) seems to depend on $CC...
+        i[3456]86-*-darwin*|x86_64-*-darwin*)
             . ./MacOSXX86Env.Set.sh
         ;;
         powerpc-*-darwin*)


Reply via email to