# HG changeset patch # User Jim Blandy # Date 738798371 0 # Node ID 4e23ef20e03c099ffb51ebd2fb1dbb7ce07d63ae # Parent b0e1cf2177fc5a324eb69a62a111c53b34342ea8 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add the configuration name mips-mips-usg* to represent USG systems. diff -r b0e1cf2177fc -r 4e23ef20e03c configure1.in --- 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 ;;