aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1992-05-28 06:21:54 +0000
committerMichael Tiemann <tiemann@cygnus>1992-05-28 06:21:54 +0000
commitad1f7512f8dc75ceb1daa70560e760216f63e857 (patch)
tree02742b3b12fc7719f28c7f7e37bd89a13948cf73 /config.sub
parent5e81edb2ec71867461c931bb4c9a6acdbfb99275 (diff)
downloadfsf-binutils-gdb-ad1f7512f8dc75ceb1daa70560e760216f63e857.zip
fsf-binutils-gdb-ad1f7512f8dc75ceb1daa70560e760216f63e857.tar.gz
fsf-binutils-gdb-ad1f7512f8dc75ceb1daa70560e760216f63e857.tar.bz2
Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these
are needed to do a `make all install' for a vxworks68 target install.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index f4934ae..61f73cd 100755
--- a/config.sub
+++ b/config.sub
@@ -284,7 +284,7 @@ case $basic_machine in
;;
next)
basic_machine=m68k-next
- os=-mach
+ os=-bsd
;;
hp9k3[2-9][0-9])
basic_machine=m68k-hp
@@ -462,6 +462,11 @@ case $basic_machine in
basic_machine=m68k-none
os=-os68k
;;
+ sparclite)
+ basic_machine=sparclite-fujitsu
+ os=-none
+ ;;
+
none)
basic_machine=none-none
os=-none
@@ -501,7 +506,7 @@ case $os in
# First accept the basic system types.
# The portable systems comes first.
# Each alternative must end in a *, to match a version number.
- -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
+ -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -aout \
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \