diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-03 15:07:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-03 15:07:17 +0000 |
commit | f8fc3443814cb6f315680a7fb34ff4effc86442e (patch) | |
tree | 135f9d61931a73f10996ca0efded95554e4f48be /ld | |
parent | a46a5b58510c6f92d2296867dfe6fd68871b17b3 (diff) | |
download | binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.zip binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.gz binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.bz2 |
Add vax-linux-gnu target
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3a4059b..11798ff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-12-03 Dave Airlie <airlied@linux.ie> + + * configure.tgt: Add vax-linux-gnu target. + 2003-12-03 Dmitry Diky <diwil@mail.ru> * scripttempl/elf32msp430.sc (HEAP_SECTION_MSP430): New section for diff --git a/ld/configure.tgt b/ld/configure.tgt index 0154dcf..29c2a7e 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -390,6 +390,7 @@ vax-*-netbsdelf*) targ_emul=elf32vax vax-*-netbsdaout* | vax-*-netbsd*) targ_emul=vaxnbsd targ_extra_emuls=elf32vax ;; +vax-*-linux-gnu*) targ_emul=elf32vax ;; mips*-*-pe) targ_emul=mipspe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; mips*-dec-ultrix*) targ_emul=mipslit ;; |