diff options
author | macro <macro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-10 22:28:08 +0000 |
---|---|---|
committer | macro <macro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-10 22:28:08 +0000 |
commit | 63bfd172304af2f0859a1ff3359fc7859fa937d0 (patch) | |
tree | acfad2e2be0712f3aad5d116380abc9d78875c48 /libgcc | |
parent | b50b1b69d53ee6f79903eb8b0dac95426208e6c7 (diff) | |
download | gcc-63bfd172304af2f0859a1ff3359fc7859fa937d0.tar.gz |
libgcc/
* config.host (vax-*-linux*): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148355 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 48053b36a7b..8ce2a104cce 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-10 Maciej W. Rozycki <macro@linux-mips.org> + + * config.host (vax-*-linux*): New. + 2009-05-31 Anthony Green <green@moxielogic.com> * config.host: Add moxie support. diff --git a/libgcc/config.host b/libgcc/config.host index cdb274e4216..25879b1bc68 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -534,6 +534,8 @@ v850e-*-*) ;; v850-*-*) ;; +vax-*-linux*) + ;; vax-*-netbsdelf*) ;; vax-*-netbsd*) |