Bug 1043108 - Remove arch:IA32 from non-x86 builds. r=glandium

--HG--
extra : rebase_source : 3826e179b2e2f14371a58a476b29cb1dd4d088d7
This commit is contained in:
David Major 2014-08-14 11:08:05 +12:00
parent 018aeac925
commit 51f39dd2f3
2 changed files with 2 additions and 2 deletions

View File

@ -2094,7 +2094,7 @@ ia64*-hpux*)
_DEFINES_CXXFLAGS='-FI $(DEPTH)/dist/include/mozilla-config.h -DMOZILLA_CLIENT'
CFLAGS="$CFLAGS -W3 -Gy"
CXXFLAGS="$CXXFLAGS -W3 -Gy"
if test "$_CC_SUITE" -ge "11"; then
if test "$_CC_SUITE" -ge "11" -a "$CPU_ARCH" = "x86"; then
dnl VS2012+ defaults to -arch:SSE2.
CFLAGS="$CFLAGS -arch:IA32"
CXXFLAGS="$CXXFLAGS -arch:IA32"

View File

@ -1648,7 +1648,7 @@ ia64*-hpux*)
_DEFINES_CXXFLAGS='-FI $(DEPTH)/js/src/js-confdefs.h -DMOZILLA_CLIENT'
CFLAGS="$CFLAGS -W3 -Gy"
CXXFLAGS="$CXXFLAGS -W3 -Gy"
if test "$_CC_SUITE" -ge "11"; then
if test "$_CC_SUITE" -ge "11" -a "$CPU_ARCH" = "x86"; then
dnl VS2012+ defaults to -arch:SSE2.
CFLAGS="$CFLAGS -arch:IA32"
CXXFLAGS="$CXXFLAGS -arch:IA32"