mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (*-emscripten): Recognise.
* testsute/config-sub.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
9e514cc932
commit
b3914f8d55
@ -1,3 +1,8 @@
|
|||||||
|
2018-12-30 Keno Fischer <keno@juliacomputing.com>
|
||||||
|
|
||||||
|
* config.sub (*-emscripten): Recognise.
|
||||||
|
* testsute/config-sub.data: Add test cases.
|
||||||
|
|
||||||
2018-12-21 Ben Elliston <bje@gnu.org>
|
2018-12-21 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
Revert 2018-07-18 change:
|
Revert 2018-07-18 change:
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2018-12-16'
|
timestamp='2018-12-31'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1361,7 +1361,7 @@ case $os in
|
|||||||
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
||||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||||
| midnightbsd* | amdhsa* | unleashed*)
|
| midnightbsd* | amdhsa* | unleashed* | emscripten*)
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
qnx*)
|
qnx*)
|
||||||
|
@ -92,6 +92,7 @@ armv8m armv8m-unknown-none
|
|||||||
armv8r armv8r-unknown-none
|
armv8r armv8r-unknown-none
|
||||||
aros i386-pc-aros
|
aros i386-pc-aros
|
||||||
asmjs asmjs-unknown-none
|
asmjs asmjs-unknown-none
|
||||||
|
asmjs-emscripten asmjs-unknown-emscripten
|
||||||
avr32 avr32-unknown-none
|
avr32 avr32-unknown-none
|
||||||
avr32-linux avr32-unknown-linux-gnu
|
avr32-linux avr32-unknown-linux-gnu
|
||||||
avr avr-unknown-none
|
avr avr-unknown-none
|
||||||
@ -613,6 +614,7 @@ visium-elf visium-unknown-elf
|
|||||||
visium visium-unknown-none
|
visium visium-unknown-none
|
||||||
vsta i386-pc-vsta
|
vsta i386-pc-vsta
|
||||||
wasm32 wasm32-unknown-none
|
wasm32 wasm32-unknown-none
|
||||||
|
wasm32-emscripten wasm32-unknown-emscripten
|
||||||
we32k we32k-att-sysv
|
we32k we32k-att-sysv
|
||||||
x64 x86_64-pc-none
|
x64 x86_64-pc-none
|
||||||
x64-linux x86_64-pc-linux-gnu
|
x64-linux x86_64-pc-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user