Add support for rom68k and bug boot monitors.
This commit is contained in:
parent
0c6eb684cc
commit
9d784b19d4
2 changed files with 27 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
||||
|
||||
* config.sub: Add support for rom68k and bug boot monitors.
|
||||
|
||||
Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* Makefile.in: Make all-opcodes depend on all-bfd.
|
||||
|
|
25
config.sub
vendored
25
config.sub
vendored
|
@ -95,6 +95,9 @@ case $os in
|
|||
os=-isc2.2
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
|
||||
;;
|
||||
-clix*)
|
||||
basic_machine=clipper-intergraph
|
||||
;;
|
||||
-isc*)
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
|
||||
;;
|
||||
|
@ -363,7 +366,7 @@ case $basic_machine in
|
|||
basic_machine=m68k-altos
|
||||
;;
|
||||
miniframe)
|
||||
basic_machine=m68000-convergent
|
||||
basic_machine=m68010-convergent
|
||||
;;
|
||||
tower | tower-32)
|
||||
basic_machine=m68k-ncr
|
||||
|
@ -375,6 +378,18 @@ case $basic_machine in
|
|||
st2000) # CYGNUS LOCAL
|
||||
basic_machine=m68k-tandem
|
||||
;;
|
||||
*bug) # CYGNUS LOCAL
|
||||
basic_machine=m68k-bug
|
||||
os=-coff
|
||||
;;
|
||||
rom68k) # CYGNUS LOCAL
|
||||
basic_machine=m68k-rom68k
|
||||
os=-coff
|
||||
;;
|
||||
monitor) # CYGNUS LOCAL
|
||||
basic_machine=m68k-rom68k
|
||||
os=-coff
|
||||
;;
|
||||
decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn)
|
||||
basic_machine=mips-dec
|
||||
;;
|
||||
|
@ -629,7 +644,7 @@ case $os in
|
|||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
| -go32 | -sim | -es1800* | -udi | -hms* | -xray \
|
||||
| -os68k* | -none* | -v88r* | -aout | -coff | -elf | -bosx* \
|
||||
| -abug | -ecoff)
|
||||
| -ecoff | -lynx )
|
||||
# The last three lines above are CYGNUS LOCAL
|
||||
;;
|
||||
# start-sanitize-v9
|
||||
|
@ -771,6 +786,12 @@ case $basic_machine in
|
|||
*-masscomp)
|
||||
os=-rtu
|
||||
;;
|
||||
*-rom68k) # CYGNUS LOCAL
|
||||
os=-coff
|
||||
;;
|
||||
*-*bug) # CYGNUS LOCAL
|
||||
os=-coff
|
||||
;;
|
||||
*)
|
||||
os=-none
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue