mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 21:28:21 +12:00
config.sub: accept OS of eabi* and gnueabi*
Commit 5e531d3918
broke powerpc-eabivle:
$ ./config.sub powerpc-eabivle
Invalid configuration `powerpc-eabivle': OS `eabivle' not recognized
Also powerpc-eabisim and probably some arm configurations.
* config.sub: Accept OS of eabi* and gnueabi*.
* testsuite/config-sub.data: Add powerpc-eabisim and powerpc-eabivle.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:

committed by
Dmitry V. Levin

parent
0045dea533
commit
04d8eb4c26
@ -541,6 +541,8 @@ pn pn-gould-sysv
|
||||
powerpc powerpc-unknown-none
|
||||
powerpc-bluegene powerpc-ibm-cnk
|
||||
powerpc-cnk powerpc-ibm-cnk
|
||||
powerpc-eabivle powerpc-unknown-eabivle
|
||||
powerpc-eabisim powerpc-unknown-eabisim
|
||||
powerpc-elf-lynxos powerpc-elf-lynxos
|
||||
powerpc-elf-lynxos5 powerpc-elf-lynxos5
|
||||
powerpc-haiku powerpc-unknown-haiku
|
||||
|
Reference in New Issue
Block a user