diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-28 17:53:25 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-28 17:53:25 +0000 |
commit | 1d163515a2e7a3e7a85262f7c1eb407654dba12c (patch) | |
tree | 2dc9b0044164eb485f5cb80e7b8ff00505a891a7 /config.sub | |
parent | 6b00adecad1141fd1d13d73e3eec479b6d2a33f5 (diff) | |
download | gcc-1d163515a2e7a3e7a85262f7c1eb407654dba12c.tar.gz |
Import config.sub from upstream. No changes to config.guess.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config.sub b/config.sub index d654d03cdcd..88a0cb463a8 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-05-01' +timestamp='2014-07-28' # 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 @@ -828,6 +828,10 @@ case $basic_machine in basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -1373,7 +1377,7 @@ case $os in | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ |