* config.sub (maybe_os): Remove redundant dpx2*-bull pattern.

Already matched by dpx2*.
This commit is contained in:
Ben Elliston 2017-11-01 09:00:35 +11:00
parent 4e26019d10
commit 0e5095bc3b
2 changed files with 7 additions and 2 deletions

View File

@ -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
View File

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