2009-09-30 Tristan Gingold <gingold@adacore.com>
* configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
This commit is contained in:
parent
340de16f7f
commit
27a5525e75
@ -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-29 H.J. Lu <hongjiu.lu@intel.com>
|
2009-09-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf64-x86-64.c (elf64_x86_64_append_rela): New.
|
* elf64-x86-64.c (elf64_x86_64_append_rela): New.
|
||||||
|
@ -318,6 +318,9 @@ $ create []config.h
|
|||||||
/* Disable NLS */
|
/* Disable NLS */
|
||||||
#undef ENABLE_NLS
|
#undef ENABLE_NLS
|
||||||
$!
|
$!
|
||||||
|
$ write sys$output "Copy sysdep.h"
|
||||||
|
$ copy [.hosts]alphavms.h sysdep.h
|
||||||
|
$
|
||||||
$ write sys$output "Generate build.com"
|
$ write sys$output "Generate build.com"
|
||||||
$!
|
$!
|
||||||
$ if ARCH.eqs."alpha"
|
$ 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 -
|
$ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu -
|
||||||
[]elfXX-target.h /output=[]elf64-target.h
|
[]elfXX-target.h /output=[]elf64-target.h
|
||||||
$ del substxx.tpu;*
|
$ del substxx.tpu;*
|
||||||
$ copy [.hosts]alphavms.h sysdep.h
|
|
||||||
$ endif
|
$ endif
|
||||||
$ append sys$input build.com
|
$ append sys$input build.com
|
||||||
$DECK
|
$DECK
|
||||||
|
Loading…
Reference in New Issue
Block a user