mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (asmjs): Recognize.
* testsuite/config-sub.data: Add a test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
be3f1fd013
commit
1c8b09aec7
@ -1,3 +1,8 @@
|
|||||||
|
2015-03-08 Brion Vibber <brion@pobox.com>
|
||||||
|
|
||||||
|
* config.sub (asmjs): Recognize.
|
||||||
|
* testsuite/config-sub.data: Add a test case.
|
||||||
|
|
||||||
2015-03-06 Ed Schouten <ed@80386.nl>
|
2015-03-06 Ed Schouten <ed@80386.nl>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2015 Free Software Foundation, Inc.
|
# Copyright 1992-2015 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2015-03-06'
|
timestamp='2015-03-08'
|
||||||
|
|
||||||
# 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
|
||||||
@ -518,6 +518,9 @@ case $basic_machine in
|
|||||||
basic_machine=i386-pc
|
basic_machine=i386-pc
|
||||||
os=-aros
|
os=-aros
|
||||||
;;
|
;;
|
||||||
|
asmjs)
|
||||||
|
basic_machine=asmjs-unknown
|
||||||
|
;;
|
||||||
aux)
|
aux)
|
||||||
basic_machine=m68k-apple
|
basic_machine=m68k-apple
|
||||||
os=-aux
|
os=-aux
|
||||||
|
@ -37,6 +37,7 @@ armv7-unknown-netbsdelf7.0-eabi armv7-unknown-netbsdelf7.0-eabi
|
|||||||
armv7-unknown-netbsdelf7.0-eabihf armv7-unknown-netbsdelf7.0-eabihf
|
armv7-unknown-netbsdelf7.0-eabihf armv7-unknown-netbsdelf7.0-eabihf
|
||||||
armv8b-linux-gnueabi armv8b-unknown-linux-gnueabi
|
armv8b-linux-gnueabi armv8b-unknown-linux-gnueabi
|
||||||
aros i386-pc-aros
|
aros i386-pc-aros
|
||||||
|
asmjs asmjs-unknown-none
|
||||||
avr32 avr32-unknown-none
|
avr32 avr32-unknown-none
|
||||||
avr32-linux avr32-unknown-linux-gnu
|
avr32-linux avr32-unknown-linux-gnu
|
||||||
be32-none be32-unknown-none
|
be32-none be32-unknown-none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user