diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-30 13:12:50 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-30 13:12:50 +0000 |
commit | 27a5525e751940f55974e64bdcf11f504e68d356 (patch) | |
tree | 6515a5c8764d465a5d0ce58ae2f9de9b56c7dbb5 /bfd/configure.com | |
parent | daily update (diff) | |
download | binutils-gdb-27a5525e751940f55974e64bdcf11f504e68d356.tar.gz binutils-gdb-27a5525e751940f55974e64bdcf11f504e68d356.tar.bz2 binutils-gdb-27a5525e751940f55974e64bdcf11f504e68d356.zip |
2009-09-30 Tristan Gingold <gingold@adacore.com>
* configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
Diffstat (limited to 'bfd/configure.com')
-rw-r--r-- | bfd/configure.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/configure.com b/bfd/configure.com index 04113aaa05b..21024156eba 100644 --- a/bfd/configure.com +++ b/bfd/configure.com @@ -318,6 +318,9 @@ $ create []config.h /* Disable NLS */ #undef ENABLE_NLS $! +$ write sys$output "Copy sysdep.h" +$ copy [.hosts]alphavms.h sysdep.h +$ $ write sys$output "Generate build.com" $! $ if ARCH.eqs."alpha" @@ -362,7 +365,6 @@ $ write sys$output "Generate elf64-target.h from elfxx-target.h" $ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu - []elfXX-target.h /output=[]elf64-target.h $ del substxx.tpu;* -$ copy [.hosts]alphavms.h sysdep.h $ endif $ append sys$input build.com $DECK |