diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-23 21:31:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-23 21:31:26 +0200 |
commit | f0a99fcb278d35d28d7dd92c92cf13c05b5fbb81 (patch) | |
tree | 6bd4c17d9c86acb7e0e1a8c07d15a8537e3a3d32 /config.sub | |
parent | 57fe842dfdf94ed6e646294f82131fa059f2c586 (diff) | |
parent | 10c17fe33a10746bd44fc4b62f764ca4c3f3c5a6 (diff) | |
download | egawk-f0a99fcb278d35d28d7dd92c92cf13c05b5fbb81.tar.gz egawk-f0a99fcb278d35d28d7dd92c92cf13c05b5fbb81.tar.bz2 egawk-f0a99fcb278d35d28d7dd92c92cf13c05b5fbb81.zip |
Merge branch 'master' into feature/stringfix
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-02-07' +timestamp='2017-03-21' # 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 @@ -315,6 +315,7 @@ case $basic_machine in | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ + | wasm32 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -446,6 +447,7 @@ case $basic_machine in | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ + | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -1246,6 +1248,9 @@ case $basic_machine in basic_machine=a29k-wrs os=-vxworks ;; + wasm32) + basic_machine=wasm32-unknown + ;; w65*) basic_machine=w65-wdc os=-none |