aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-30 21:46:11 +0000
committerJim Blandy <[email protected]>1993-05-30 21:46:11 +0000
commit60e1b37f9c08a89f9ed75b2d7ee6073103bfd078 (patch)
tree6803357795d5e3e54209cc16a038bf72b1086545
parentb2ba7b00f26c2ea6cf837c7e86e50194a1b9804d (diff)
* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
the configuration name mips-mips-usg* to represent USG systems.
-rwxr-xr-xconfigure1.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index b24dfb18af..918f284e33 100755
--- a/configure1.in
+++ b/configure1.in
@@ -686,6 +686,10 @@ case "${configuration}" in
## 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
;;