summaryrefslogtreecommitdiff
path: root/config/SunOS5.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-10-07 00:36:44 +0000
committerwtc%netscape.com <devnull@localhost>1998-10-07 00:36:44 +0000
commitb983762245f1aa5ca23958bb15e08cbfcc32af23 (patch)
treeee582ad8c1a2e175f7c4b0881e894ad659c5ea48 /config/SunOS5.mk
parent7c0117c12f7f6b68192f136c1c201ad32b6fddf3 (diff)
downloadnspr-hg-b983762245f1aa5ca23958bb15e08cbfcc32af23.tar.gz
Do not use the -x assembler-with-cpp for gcc in ASFLAGS. This flag
doesn't seem to work on Solaris x86. At least, gcc can't assemble pr/src/md/unix/os_SunOS_x86.s with this flag.
Diffstat (limited to 'config/SunOS5.mk')
-rw-r--r--config/SunOS5.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/SunOS5.mk b/config/SunOS5.mk
index 4f7bd714..4438e722 100644
--- a/config/SunOS5.mk
+++ b/config/SunOS5.mk
@@ -55,7 +55,6 @@ ifdef NS_USE_GCC
CC = gcc -Wall
CCC = g++ -Wall
COMPILER_TAG = _gcc
-ASFLAGS += -x assembler-with-cpp
ifdef NO_MDUPDATE
OS_CFLAGS = $(NOMD_OS_CFLAGS)
else