Disable the configuration of GDB for HPUX targets.
* configure.ac: Disable configuration of GDB for HPUX targets. * configure: Regenerate.
This commit is contained in:
parent
dc58915f3a
commit
5569a85f45
@ -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>
|
2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/18355
|
PR ld/18355
|
||||||
|
11
configure
vendored
11
configure
vendored
@ -3776,6 +3776,12 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||||
;;
|
;;
|
||||||
|
hppa*64*-*-hpux*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
;;
|
||||||
|
hppa*-*-hpux11*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb ld"
|
||||||
|
;;
|
||||||
hppa*64*-*-linux*)
|
hppa*64*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
@ -3785,9 +3791,6 @@ case "${target}" in
|
|||||||
hppa*-*-openbsd* | \
|
hppa*-*-openbsd* | \
|
||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
;;
|
;;
|
||||||
hppa*-hp-hpux11*)
|
|
||||||
noconfigdirs="$noconfigdirs ld"
|
|
||||||
;;
|
|
||||||
hppa*-*-pro*)
|
hppa*-*-pro*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
@ -3802,7 +3805,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
ia64*-**-hpux*)
|
ia64*-**-hpux*)
|
||||||
# No ld support yet.
|
# No ld support yet.
|
||||||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
noconfigdirs="$noconfigdirs gdb libgui itcl ld"
|
||||||
;;
|
;;
|
||||||
ia64*-*-*vms*)
|
ia64*-*-*vms*)
|
||||||
# No ld support yet.
|
# No ld support yet.
|
||||||
|
11
configure.ac
11
configure.ac
@ -1116,6 +1116,12 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
hppa1.1-*-osf* | hppa1.1-*-bsd* )
|
||||||
;;
|
;;
|
||||||
|
hppa*64*-*-hpux*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
;;
|
||||||
|
hppa*-*-hpux11*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb ld"
|
||||||
|
;;
|
||||||
hppa*64*-*-linux*)
|
hppa*64*-*-linux*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-linux*)
|
hppa*-*-linux*)
|
||||||
@ -1125,9 +1131,6 @@ case "${target}" in
|
|||||||
hppa*-*-openbsd* | \
|
hppa*-*-openbsd* | \
|
||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
;;
|
;;
|
||||||
hppa*-hp-hpux11*)
|
|
||||||
noconfigdirs="$noconfigdirs ld"
|
|
||||||
;;
|
|
||||||
hppa*-*-pro*)
|
hppa*-*-pro*)
|
||||||
;;
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
@ -1142,7 +1145,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
ia64*-**-hpux*)
|
ia64*-**-hpux*)
|
||||||
# No ld support yet.
|
# No ld support yet.
|
||||||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
noconfigdirs="$noconfigdirs gdb libgui itcl ld"
|
||||||
;;
|
;;
|
||||||
ia64*-*-*vms*)
|
ia64*-*-*vms*)
|
||||||
# No ld support yet.
|
# No ld support yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user