diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-12-29 11:04:53 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-12-29 11:04:53 +0000 |
commit | 6be786aa8116e53f8281717896d81ff3aadf335a (patch) | |
tree | 44aa9645fd841cb14343d96a81a8c0b623e7e702 /config.sub | |
parent | 7dbe244951c78be1474ed88f8bd75026821aa09d (diff) | |
download | gcc-6be786aa8116e53f8281717896d81ff3aadf335a.tar.gz |
* config.sub: Import latest version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 3478c1fd0d3..62b82599d98 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-11-19' +timestamp='2016-12-24' # 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 @@ -1409,7 +1409,7 @@ case $os in | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1638,6 +1638,9 @@ case $basic_machine in sparc-* | *-sun) os=-sunos4.1.1 ;; + pru-*) + os=-elf + ;; *-be) os=-beos ;; |