Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these
authorMichael Tiemann <tiemann@cygnus>
Thu, 28 May 1992 06:21:54 +0000 (06:21 +0000)
committerMichael Tiemann <tiemann@cygnus>
Thu, 28 May 1992 06:21:54 +0000 (06:21 +0000)
are needed to do a `make all install' for a vxworks68 target install.

ChangeLog
config.sub

index 4e0efbac2912b157daad02eac6c72cc130b4d747..5408705b22875884a7b1ee01b9495b0d7f3889c8 100644 (file)
--- 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.
index f4934ae9a5da8c0cb4657010411e5de723fa961a..61f73cd148e7981beb2fdca4768f9a4808d43bfd 100755 (executable)
@@ -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* \