Add -DULTRA_SPARC to CFLAGS as well, needed for jslock.c/WS5.0/Solaris. r=slamm

This commit is contained in:
mcafee%netscape.com 1999-11-24 00:43:58 +00:00
Родитель 7f5eee53ff
Коммит 034afbaaf3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -739,6 +739,7 @@ dnl the qsort routine under solaris is faulty
case `uname -m` in
sun4u)
ASFLAGS='-xarch=v8plus -DULTRA_SPARC -P -L -D_ASM -D__STDC__=0 -K PIC'
AC_DEFINE(ULTRA_SPARC)
;;
*)
ASFLAGS='-xarch=v8 -P -L -D_ASM -D__STDC__=0 -K PIC'