Add ia64-hpux target. LD and GDB are not currently supported.
authorNick Clifton <nickc@redhat.com>
Fri, 11 Jan 2002 09:29:18 +0000 (09:29 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 11 Jan 2002 09:29:18 +0000 (09:29 +0000)
ChangeLog
configure.in

index 01f07e48aac2548ce18142992c791395d3d878ed..0bc9d9f2e026df90c23a8c51a7e61bc312cbf945 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-11  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
+       ld and gdb are not supported.
+
 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
 
        * Change reference to Cygnus Solutions to be Red Hat.
index 9252bc95fe740f63dc4f8300dd914d718c757d00..c983f7db3214d6f25ed1ed298289ba222a952c18 100644 (file)
@@ -718,6 +718,10 @@ case "${target}" in
     # No gdb support yet.
     noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
     ;;
+  ia64*-**-hpux*)
+    # No gdb or ld support yet.
+    noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
+    ;;
   i[3456]86-*-coff | i[3456]86-*-elf)
     if [ x${is_cross_compiler} != xno ] ; then
          target_configdirs="${target_configdirs} target-libstub target-cygmon"
This page took 0.044104 seconds and 4 git commands to generate.