From: Tristan Gingold Date: Wed, 30 Sep 2009 13:13:45 +0000 (+0000) Subject: 2009-09-30 Tristan Gingold X-Git-Tag: binutils-2_20~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=345776934317040793492a0b5f45a63c1813bc3a;p=thirdparty%2Fbinutils-gdb.git 2009-09-30 Tristan Gingold * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 47e2bfbd1d6..1bef976b84b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-09-30 Tristan Gingold + + * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS. + 2009-09-24 Alan Modra PR binutils/10654 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