mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub (maybe_os): Remove redundant dpx2*-bull pattern.
Already matched by dpx2*.
This commit is contained in:
parent
4e26019d10
commit
0e5095bc3b
@ -1,3 +1,8 @@
|
||||
2017-11-01 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (maybe_os): Remove redundant dpx2*-bull pattern.
|
||||
Already matched by dpx2*.
|
||||
|
||||
2017-10-26 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* testsuite/config-guess.sh (run_config_guess): Simplify.
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2017 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2017-09-26'
|
||||
timestamp='2017-11-01'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -640,7 +640,7 @@ case $basic_machine in
|
||||
basic_machine=rs6000-bull
|
||||
os=-bosx
|
||||
;;
|
||||
dpx2* | dpx2*-bull)
|
||||
dpx2*)
|
||||
basic_machine=m68k-bull
|
||||
os=-sysv3
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user