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.


git-svn-id: svn://10.0.0.236/trunk@12134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 1998-10-07 00:36:44 +00:00
parent 63aff94a31
commit c364bab257

View File

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