+Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
+
+ * config.sub (sparc64-elf): Fix os.
+
Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
- -sim) # CYGNUS LOCAL
+ -sim | -cisco) # CYGNUS LOCAL
os=
basic_machine=$1
;;
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
;;
-hiux*)
- os=hiuxwe2
+ os=-hiuxwe2
;;
-sco4)
os=-sco3.2v4
-lynx)
os=-lynxos
;;
+ -os9k)
+ os=-os9k
+ ;;
+ -os9)
+ os=-os9
+ ;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
# start-sanitize-v9
sparc64) # CYGNUS LOCAL
basic_machine=sparc64-sun
- os=-elf64i64p
+ os=-elf
;;
sparc64-*) # CYGNUS LOCAL
;;
| -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \
| -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
| -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
- | -abug | -ecoff* | -netware* )
+ | -abug | -ecoff* | -netware* | -os9* )
# The last three lines above are CYGNUS LOCAL
;;
-sunos5*)
# default.
# os=-sunos4
;;
+ m68*-cisco)
+ os=-aout
+ ;;
+ mips*-cisco)
+ os=-elf
+ ;;
*-tti) # must be before sparc entry or we get the wrong os.
os=-sysv3
;;