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.
This commit is contained in:
wtc%netscape.com 1998-10-07 00:36:44 +00:00
Родитель 18ae6aa67b
Коммит b08791881f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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