config.sub update broke powerpc-eabivle
authorAlan Modra <amodra@gmail.com>
Wed, 6 Jan 2021 22:03:56 +0000 (08:33 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Jan 2021 22:26:28 +0000 (08:56 +1030)
$ ./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*.

ChangeLog
config.sub

index 5831a32b9af10701ac38e610ae1357a9ae2cb99b..a506623adf386a041795e36a1832edae83d0cfeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-07  Alan Modra  <amodra@gmail.com>
+
+       * config.sub: Accept OS of eabi* and gnueabi*.
+
 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
 
        * Makefile.def (libctf): No longer no_check.  Checking depends on
index 0cbdae6820529bdbc32135560685f058a9d15492..b0f8492348d795bce02f6f7aaa51b79ed0b56dd8 100755 (executable)
@@ -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.
This page took 0.03043 seconds and 4 git commands to generate.