mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +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>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user