mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub (maybe_os): Remove duplicate m88k-omron* case.
Found by Shellcheck. * testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
1ea2427f47
commit
dea159d913
@ -1,3 +1,9 @@
|
||||
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (maybe_os): Remove duplicate m88k-omron* case.
|
||||
Found by Shellcheck.
|
||||
* testsuite/config-sub.data: Add a test case.
|
||||
|
||||
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (maybe_os): Remove pdp10 case as it is handled above.
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -800,9 +800,6 @@ case $basic_machine in
|
||||
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
os=-linux
|
||||
;;
|
||||
m88k-omron*)
|
||||
basic_machine=m88k-omron
|
||||
;;
|
||||
magnum | m3230)
|
||||
basic_machine=mips-mips
|
||||
os=-sysv
|
||||
|
@ -226,6 +226,7 @@ m68000 m68000-unknown-none
|
||||
m68k m68k-unknown-none
|
||||
m68knommu m68k-unknown-linux-gnu
|
||||
m88k m88k-unknown-none
|
||||
m88k-omron m88k-omron-luna
|
||||
maxq-elf maxq-unknown-elf
|
||||
maxq maxq-unknown-none
|
||||
mb-elf mb-unknown-elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user