* config.sub: Simplify an if expression.

This commit is contained in:
Ben Elliston 2018-05-05 21:11:00 +10:00
parent 09df750b99
commit b75cdc942a
2 changed files with 5 additions and 1 deletions

View File

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

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