mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +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>
|
||||
|
||||
* 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.
|
||||
|
||||
if [ x"$os" != x"" ]
|
||||
if [ x$os != x ]
|
||||
then
|
||||
case $os in
|
||||
# First match some system type aliases that might get confused
|
||||
|
Loading…
x
Reference in New Issue
Block a user