(sparc-fujitsu-sysv4*): New target.

This commit is contained in:
Richard M. Stallman 1997-12-21 01:41:43 +00:00
parent b222b78673
commit eded5b68bc

View file

@ -952,6 +952,13 @@ case "${canonical}" in
machine=mips opsys=gnu-linux
;;
## UXP/DS
sparc-fujitsu-sysv4* )
machine=sparc opsys=uxpds
NON_GNU_CPP=/usr/ccs/lib/cpp
RANLIB="ar -ts"
;;
* )
unported=yes
;;