• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisión5569a85f45e4df3563254cea4caa02c7cb092480 (tree)
Tiempo2015-05-14 01:32:01
AutorJohn David Anglin <dave.anglin@bell...>
CommiterNick Clifton

Log Message

Disable the configuration of GDB for HPUX targets.

* configure.ac: Disable configuration of GDB for HPUX targets.
* configure: Regenerate.

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2015-05-13 John David Anglin <dave.anglin@bell.net>
2+
3+ * configure.ac: Disable configuration of GDB for HPUX targets.
4+ * configure: Regenerate.
5+
16 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
27
38 PR ld/18355
--- a/configure
+++ b/configure
@@ -3776,6 +3776,12 @@ case "${target}" in
37763776 ;;
37773777 hppa1.1-*-osf* | hppa1.1-*-bsd* )
37783778 ;;
3779+ hppa*64*-*-hpux*)
3780+ noconfigdirs="$noconfigdirs gdb"
3781+ ;;
3782+ hppa*-*-hpux11*)
3783+ noconfigdirs="$noconfigdirs gdb ld"
3784+ ;;
37793785 hppa*64*-*-linux*)
37803786 ;;
37813787 hppa*-*-linux*)
@@ -3785,9 +3791,6 @@ case "${target}" in
37853791 hppa*-*-openbsd* | \
37863792 hppa*64*-*-*)
37873793 ;;
3788- hppa*-hp-hpux11*)
3789- noconfigdirs="$noconfigdirs ld"
3790- ;;
37913794 hppa*-*-pro*)
37923795 ;;
37933796 hppa*-*-*)
@@ -3802,7 +3805,7 @@ case "${target}" in
38023805 ;;
38033806 ia64*-**-hpux*)
38043807 # No ld support yet.
3805- noconfigdirs="$noconfigdirs libgui itcl ld"
3808+ noconfigdirs="$noconfigdirs gdb libgui itcl ld"
38063809 ;;
38073810 ia64*-*-*vms*)
38083811 # No ld support yet.
--- a/configure.ac
+++ b/configure.ac
@@ -1116,6 +1116,12 @@ case "${target}" in
11161116 ;;
11171117 hppa1.1-*-osf* | hppa1.1-*-bsd* )
11181118 ;;
1119+ hppa*64*-*-hpux*)
1120+ noconfigdirs="$noconfigdirs gdb"
1121+ ;;
1122+ hppa*-*-hpux11*)
1123+ noconfigdirs="$noconfigdirs gdb ld"
1124+ ;;
11191125 hppa*64*-*-linux*)
11201126 ;;
11211127 hppa*-*-linux*)
@@ -1125,9 +1131,6 @@ case "${target}" in
11251131 hppa*-*-openbsd* | \
11261132 hppa*64*-*-*)
11271133 ;;
1128- hppa*-hp-hpux11*)
1129- noconfigdirs="$noconfigdirs ld"
1130- ;;
11311134 hppa*-*-pro*)
11321135 ;;
11331136 hppa*-*-*)
@@ -1142,7 +1145,7 @@ case "${target}" in
11421145 ;;
11431146 ia64*-**-hpux*)
11441147 # No ld support yet.
1145- noconfigdirs="$noconfigdirs libgui itcl ld"
1148+ noconfigdirs="$noconfigdirs gdb libgui itcl ld"
11461149 ;;
11471150 ia64*-*-*vms*)
11481151 # No ld support yet.