$ ./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*.
+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
 
 # 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
        musl* | newlib* | uclibc*)
                ;;
        # Likewise for "kernel-libc"
-       eabi | eabihf | gnueabi | gnueabihf)
+       eabi* | gnueabi*)
                ;;
        # Now accept the basic system types.
        # The portable systems comes first.