changeset 3325:4e23ef20e03c

* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add the configuration name mips-mips-usg* to represent USG systems.
author Jim Blandy <jimb@redhat.com>
date Sun, 30 May 1993 21:46:11 +0000
parents b0e1cf2177fc
children 84fa80cf7087
files configure1.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Sun May 30 21:42:28 1993 +0000
+++ b/configure1.in	Sun May 30 21:46:11 1993 +0000
@@ -686,6 +686,10 @@
   ## the BSD world."  I'll assume that these are instructions for
   ## handling two odd situations, and that every other situation
   ## should use mips.h and usg5-2-2, they being listed first.
+  mips-mips-usg* )
+    machine=mips4
+    ## Fall through to the general code at the bottom to decide on the OS.
+  ;;
   mips-mips-riscos4* )
     machine=mips4 opsys=bsd4-3
   ;;