aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-07 08:33:56 +1030
committerAlan Modra <amodra@gmail.com>2021-01-07 08:56:28 +1030
commit1606216201cbe3a46524ac3a423c3f60e86405fa (patch)
tree82118b5b176788668c117aba111fa1f40f843bd3 /config.sub
parentb49180acf205d8e52050cc05ca63f8f8630e7a9c (diff)
downloadbinutils-1606216201cbe3a46524ac3a423c3f60e86405fa.zip
binutils-1606216201cbe3a46524ac3a423c3f60e86405fa.tar.gz
binutils-1606216201cbe3a46524ac3a423c3f60e86405fa.tar.bz2
config.sub update broke powerpc-eabivle
$ ./config.sub powerpc-eabivle Invalid configuration `powerpc-eabivle': OS `eabivle' not recognized $ ./config.sub powerpc-unknown-eabivle Invalid configuration `powerpc-unknown-eabivle': OS `eabivle' not recognized Also powerpc-eabisim and probably some arm configurations. * config.sub: Accept OS of eabi* and gnueabi*.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 0cbdae6..b0f8492 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2021 Free Software Foundation, Inc.
-timestamp='2021-01-01'
+timestamp='2021-01-07'
# 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
@@ -1687,7 +1687,7 @@ case $os in
musl* | newlib* | uclibc*)
;;
# Likewise for "kernel-libc"
- eabi | eabihf | gnueabi | gnueabihf)
+ eabi* | gnueabi*)
;;
# Now accept the basic system types.
# The portable systems comes first.