Disable the configuration of GDB for HPUX targets.
authorJohn David Anglin <dave.anglin@bell.net>
Wed, 13 May 2015 16:32:01 +0000 (17:32 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 13 May 2015 16:32:01 +0000 (17:32 +0100)
* configure.ac: Disable configuration of GDB for HPUX targets.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 68150c179c43284a3363e0d224cd5989f86e4dcf..583b822c95fe75f1e063033b494501171d2ee2ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-13  John David Anglin  <dave.anglin@bell.net>
+
+       * configure.ac: Disable configuration of GDB for HPUX targets.
+       * configure: Regenerate.
+
 2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/18355
index 426eece8764dfcf939e3c2a60d4d428c304585eb..a2e253ab7c46497d8662a755f51575fa2b7b61c5 100755 (executable)
--- a/configure
+++ b/configure
@@ -3776,6 +3776,12 @@ case "${target}" in
     ;;
   hppa1.1-*-osf* | hppa1.1-*-bsd* )
     ;;
+  hppa*64*-*-hpux*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
+  hppa*-*-hpux11*)
+    noconfigdirs="$noconfigdirs gdb ld"
+    ;;
   hppa*64*-*-linux*)
     ;;
   hppa*-*-linux*)
@@ -3785,9 +3791,6 @@ case "${target}" in
   hppa*-*-openbsd* | \
   hppa*64*-*-*)
     ;;
-  hppa*-hp-hpux11*)
-    noconfigdirs="$noconfigdirs ld"
-    ;;
   hppa*-*-pro*)
     ;;
   hppa*-*-*)
@@ -3802,7 +3805,7 @@ case "${target}" in
     ;;
   ia64*-**-hpux*)
     # No ld support yet.
-    noconfigdirs="$noconfigdirs libgui itcl ld"
+    noconfigdirs="$noconfigdirs gdb libgui itcl ld"
     ;;
   ia64*-*-*vms*)
     # No ld support yet.
index a81d7813247a5d1593bb646f36b073c314984901..8132df06a495fc9b48ebbc0bedbe23858e18879c 100644 (file)
@@ -1116,6 +1116,12 @@ case "${target}" in
     ;;
   hppa1.1-*-osf* | hppa1.1-*-bsd* )
     ;;
+  hppa*64*-*-hpux*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
+  hppa*-*-hpux11*)
+    noconfigdirs="$noconfigdirs gdb ld"
+    ;;
   hppa*64*-*-linux*)
     ;;
   hppa*-*-linux*)
@@ -1125,9 +1131,6 @@ case "${target}" in
   hppa*-*-openbsd* | \
   hppa*64*-*-*)
     ;;
-  hppa*-hp-hpux11*)
-    noconfigdirs="$noconfigdirs ld"
-    ;;
   hppa*-*-pro*)
     ;;
   hppa*-*-*)
@@ -1142,7 +1145,7 @@ case "${target}" in
     ;;
   ia64*-**-hpux*)
     # No ld support yet.
-    noconfigdirs="$noconfigdirs libgui itcl ld"
+    noconfigdirs="$noconfigdirs gdb libgui itcl ld"
     ;;
   ia64*-*-*vms*)
     # No ld support yet.
This page took 0.04295 seconds and 4 git commands to generate.