Add ia64-vms target to top level configure file

Nick Clifton nickc@redhat.com
Thu Jan 15 14:03:00 GMT 2009


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)



More information about the Gcc-patches mailing list