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

git-svn-id: svn://10.0.0.236/trunk@54351 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-11-24 00:43:58 +00:00
parent 92a2da4944
commit 9c200b4d28

View File

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