mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub: Remove do-nothing case.
This commit is contained in:
parent
2f8d0c496f
commit
c34561d03c
@ -1,3 +1,7 @@
|
||||
2018-05-12 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub: Remove do-nothing case.
|
||||
|
||||
2018-05-05 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub: Simplify an if expression.
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2018-05-11'
|
||||
timestamp='2018-05-12'
|
||||
|
||||
# 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
|
||||
@ -1551,10 +1551,6 @@ case $os in
|
||||
-none)
|
||||
;;
|
||||
-*-eabi)
|
||||
case $basic_machine in
|
||||
arm*)
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
# Get rid of the `-' at the beginning of $os.
|
||||
|
Loading…
x
Reference in New Issue
Block a user