+Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
+
+ * config.sub(Decode manufacturer-specific): add -none*.
+
Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
* Makefile.in: remove form feeds to make Sun's make happy.
;;
ultra3)
basic_machine=a29k-nyu
-# Is sym1 really a different system, or is it really sysv?
-# os=-sym1
+ os=-sym1
;;
vxworks960)
basic_machine=i960-wrs
sparc)
basic_machine=sparc-sun
;;
+ fx2800)
+ basic_machine=i860-alliant
+ ;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
# Each alternative must end in a *, to match a version number.
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
- | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* \
- | -amigados* | -msdos* \
+ | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
+ | -amigados* | -msdos* | -none* \
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*)
;;
# start-sanitize-v9
-ctix* | -irix* | -uts*)
os=-sysv
;;
+ -svr4)
+ os=-sysv4
+ ;;
+ -svr3)
+ os=-sysv3
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $1 | sed 's/[^-]*-//'`