Add -n32 to ASFLAGS if USE_N32 is set on Irix.
git-svn-id: svn://10.0.0.236/trunk@82720 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
655
mozilla/configure
vendored
655
mozilla/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -640,6 +640,7 @@ case "$target" in
|
||||
CFLAGS="$CFLAGS -woff 3262"
|
||||
CXXFLAGS="$CXXFLAGS -woff 3262"
|
||||
if test -n "$USE_N32"; then
|
||||
ASFLAGS="$ASFLAGS -n32"
|
||||
CFLAGS="$CFLAGS -n32"
|
||||
CXXFLAGS="$CXXFLAGS -n32"
|
||||
LDFLAGS="$LDFLAGS -n32"
|
||||
|
||||
Reference in New Issue
Block a user