* 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:
Brion Vibber 2015-03-08 13:30:59 +11:00 committed by Ben Elliston
parent be3f1fd013
commit 1c8b09aec7
3 changed files with 10 additions and 1 deletions

View File

@ -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>
Ben Elliston <bje@gnu.org>

5
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# 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
# under the terms of the GNU General Public License as published by
@ -518,6 +518,9 @@ case $basic_machine in
basic_machine=i386-pc
os=-aros
;;
asmjs)
basic_machine=asmjs-unknown
;;
aux)
basic_machine=m68k-apple
os=-aux

View File

@ -37,6 +37,7 @@ armv7-unknown-netbsdelf7.0-eabi armv7-unknown-netbsdelf7.0-eabi
armv7-unknown-netbsdelf7.0-eabihf armv7-unknown-netbsdelf7.0-eabihf
armv8b-linux-gnueabi armv8b-unknown-linux-gnueabi
aros i386-pc-aros
asmjs asmjs-unknown-none
avr32 avr32-unknown-none
avr32-linux avr32-unknown-linux-gnu
be32-none be32-unknown-none