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.
This commit is contained in:
Michael Tiemann 1992-05-28 06:21:54 +00:00
parent 5e81edb2ec
commit ad1f7512f8
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
* config.sub ($os): Add -aout.
Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
* configure: If host_makefile_frag is absolute, don't
prefix ${invsubdir} (relevant to libg++ auto-configure).
Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
* Makefile.in (tooldir): Define it.

9
config.sub vendored
View File

@ -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* \