This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Add ia64-vms target to top level configure file
- From: Nick Clifton <nickc at redhat dot com>
- To: binutils <binutils at sourceware dot org>
- Cc: gcc-patches at gcc dot gnu dot org, gdb-patches at sourceware dot org
- Date: Thu, 15 Jan 2009 12:54:15 +0000
- Subject: Add ia64-vms target to top level configure file
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)