Add ia64-vms target to top level configure file
Nick Clifton
nickc@redhat.com
Thu Jan 15 12:55:00 GMT 2009
More information about the Binutils mailing list
Thu Jan 15 12:55:00 GMT 2009
- Previous message (by thread): [gold][patch] Add explicit instantiations for Output_reloc
- Next message (by thread): gold and shared objects with gcc 4.1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Guys, I am applying the following patch on behalf of Douglas Rupp, who has submitted a patch to add support for an ia64-vms target to the binutils project. Cheers Nick ChangeLog 2009-01-10 Douglas B Rupp <rupp@gnat.com> * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. * configure: Regenerate. Index: configure.ac =================================================================== RCS file: /cvs/src/src/configure.ac,v retrieving revision 1.57 diff -c -3 -p -r1.57 configure.ac *** configure.ac 16 Dec 2008 12:31:18 -0000 1.57 --- configure.ac 15 Jan 2009 12:53:54 -0000 *************** case "${target}" in *** 688,693 **** --- 688,697 ---- # No gdb or ld support yet. noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld" ;; + ia64*-*-*vms*) + # No gdb or ld support yet. + noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld" + ;; i370-*-opened*) ;; i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
- Previous message (by thread): [gold][patch] Add explicit instantiations for Output_reloc
- Next message (by thread): gold and shared objects with gcc 4.1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list