]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2009-09-30 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:13:45 +0000 (13:13 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:13:45 +0000 (13:13 +0000)
* configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.

bfd/ChangeLog
bfd/configure.com

index 47e2bfbd1d67f84678dd9fb2ac2db8b683dc1039..1bef976b84b1ba1330b92dd368df49ae9fc401ed 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-30  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
+
 2009-09-24  Alan Modra  <amodra@bigpond.net.au>
 
        PR binutils/10654
index 04113aaa05b91af7beb26907932aa558a1cda731..21024156eba2aa18d0860afa5e11dd0ba2f97106 100644 (file)
@@ -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