aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rwxr-xr-xconfig.sub9
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e0efba..5408705 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 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* \