From: Michael Tiemann Date: Thu, 28 May 1992 06:21:54 +0000 (+0000) Subject: Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad1f7512f8dc75ceb1daa70560e760216f63e857;p=binutils-gdb.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4e0efbac291..5408705b228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/config.sub b/config.sub index f4934ae9a5d..61f73cd148e 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* \