diff options
author | Douglas B Rupp <rupp@gnat.com> | 2009-08-09 07:05:11 +0000 |
---|---|---|
committer | Douglas Rupp <rupp@gcc.gnu.org> | 2009-08-09 07:05:11 +0000 |
commit | a9a25daa5cbb49676f5adc25360a76d63848912e (patch) | |
tree | f2d5b12735045afa823c4e5b07fec8d683f6cc77 /libgcc | |
parent | affef5636490742f831409093710bf25036f1768 (diff) | |
download | gcc-a9a25daa5cbb49676f5adc25360a76d63848912e.tar.gz |
config.build (ia64-hp-*vms*): New target.
* config.build (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* config.gcc (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* config.host (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* libgcc/config.host (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
From-SVN: r150587
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 6 | ||||
-rw-r--r-- | libgcc/config.host | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 9c2f7aefb81..1216f8b839a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2009-08-09 Douglas B Rupp <rupp@gnat.com> + + * config.host (ia64-hp-*vms*): New target. + (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify + with ia64-hp-*vms*. + 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Add snippet for maintainer-mode. diff --git a/libgcc/config.host b/libgcc/config.host index 7d70f772aea..da4600489ba 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -189,8 +189,10 @@ alpha*-*-openbsd*) alpha*-dec-osf[45]*) ;; alpha64-dec-*vms*) + tmake_file="vms/t-vms vms/t-vms64 alpha/t-vms" ;; alpha*-dec-*vms*) + tmake_file="vms/t-vms alpha/t-vms" ;; arc-*-elf*) ;; @@ -347,6 +349,9 @@ ia64*-*-linux*) ;; ia64*-*-hpux*) ;; +ia64-hp-*vms*) + tmake_file="vms/t-vms vms/t-vms64 ia64/t-vms" + ;; iq2000*-*-elf*) ;; m32r-*-elf*|m32r-*-rtems*) |