1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add

the configuration name mips-mips-usg* to represent USG systems.
This commit is contained in:
Jim Blandy 1993-05-30 21:46:11 +00:00
parent b2ba7b00f2
commit 60e1b37f9c

View file

@ -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
;;