gnumake4: #i117687#: source_soenv.sh: special treatment for x86_64 darwin [hg:4347402b512b]

This commit is contained in:
Michael Stahl 2011-04-28 10:12:41 +00:00 committed by Bjoern Michaelsen
parent 26561e4cee
commit 01a601fb2a

View file

@ -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*)