mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub: Simplify an if expression.
This commit is contained in:
parent
09df750b99
commit
b75cdc942a
@ -1,3 +1,7 @@
|
|||||||
|
2018-05-05 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub: Simplify an if expression.
|
||||||
|
|
||||||
2018-05-05 John Ericson <john.ericson@obsidian.systems>
|
2018-05-05 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
* config.sub (arm*-*-none-eabi): Recognise.
|
* config.sub (arm*-*-none-eabi): Recognise.
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1360,7 +1360,7 @@ esac
|
|||||||
|
|
||||||
# Decode manufacturer-specific aliases for certain operating systems.
|
# Decode manufacturer-specific aliases for certain operating systems.
|
||||||
|
|
||||||
if [ x"$os" != x"" ]
|
if [ x$os != x ]
|
||||||
then
|
then
|
||||||
case $os in
|
case $os in
|
||||||
# First match some system type aliases that might get confused
|
# First match some system type aliases that might get confused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user