gnumake4: #i117687#: source_soenv.sh: special treatment for x86_64 darwin [hg:4347402b512b]
This commit is contained in:
parent
26561e4cee
commit
01a601fb2a
1 changed files with 2 additions and 1 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue