diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-05 18:25:50 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-05 18:25:50 +0000 |
commit | 9defe53abf13ad5fec0c1a4389fac1d3652ff7e6 (patch) | |
tree | 046927091dba436aec1097a3a20ad183575c7c9a | |
parent | 148549fab36e04a28e20524c2b4c68ae646ab172 (diff) | |
download | gcc-9defe53abf13ad5fec0c1a4389fac1d3652ff7e6.tar.gz |
* config.sub: Handle v850-elf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15114 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c53f3603b97..b9488877402 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) + + * config.sub: Handle v850-elf. + Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com> * .cvsignore (*-install): Remove. diff --git a/config.sub b/config.sub index eb77a640f01..01ad7e720a5 100755 --- a/config.sub +++ b/config.sub @@ -166,7 +166,7 @@ case $basic_machine in | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64) + | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL |