GNU Binutils with patches for OS216
Revisión | 5569a85f45e4df3563254cea4caa02c7cb092480 (tree) |
---|---|
Tiempo | 2015-05-14 01:32:01 |
Autor | John David Anglin <dave.anglin@bell...> |
Commiter | Nick Clifton |
Disable the configuration of GDB for HPUX targets.
* configure.ac: Disable configuration of GDB for HPUX targets.
* configure: Regenerate.
@@ -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 | + | |
1 | 6 | 2015-05-01 H.J. Lu <hongjiu.lu@intel.com> |
2 | 7 | |
3 | 8 | PR ld/18355 |
@@ -3776,6 +3776,12 @@ case "${target}" in | ||
3776 | 3776 | ;; |
3777 | 3777 | hppa1.1-*-osf* | hppa1.1-*-bsd* ) |
3778 | 3778 | ;; |
3779 | + hppa*64*-*-hpux*) | |
3780 | + noconfigdirs="$noconfigdirs gdb" | |
3781 | + ;; | |
3782 | + hppa*-*-hpux11*) | |
3783 | + noconfigdirs="$noconfigdirs gdb ld" | |
3784 | + ;; | |
3779 | 3785 | hppa*64*-*-linux*) |
3780 | 3786 | ;; |
3781 | 3787 | hppa*-*-linux*) |
@@ -3785,9 +3791,6 @@ case "${target}" in | ||
3785 | 3791 | hppa*-*-openbsd* | \ |
3786 | 3792 | hppa*64*-*-*) |
3787 | 3793 | ;; |
3788 | - hppa*-hp-hpux11*) | |
3789 | - noconfigdirs="$noconfigdirs ld" | |
3790 | - ;; | |
3791 | 3794 | hppa*-*-pro*) |
3792 | 3795 | ;; |
3793 | 3796 | hppa*-*-*) |
@@ -3802,7 +3805,7 @@ case "${target}" in | ||
3802 | 3805 | ;; |
3803 | 3806 | ia64*-**-hpux*) |
3804 | 3807 | # No ld support yet. |
3805 | - noconfigdirs="$noconfigdirs libgui itcl ld" | |
3808 | + noconfigdirs="$noconfigdirs gdb libgui itcl ld" | |
3806 | 3809 | ;; |
3807 | 3810 | ia64*-*-*vms*) |
3808 | 3811 | # No ld support yet. |
@@ -1116,6 +1116,12 @@ case "${target}" in | ||
1116 | 1116 | ;; |
1117 | 1117 | hppa1.1-*-osf* | hppa1.1-*-bsd* ) |
1118 | 1118 | ;; |
1119 | + hppa*64*-*-hpux*) | |
1120 | + noconfigdirs="$noconfigdirs gdb" | |
1121 | + ;; | |
1122 | + hppa*-*-hpux11*) | |
1123 | + noconfigdirs="$noconfigdirs gdb ld" | |
1124 | + ;; | |
1119 | 1125 | hppa*64*-*-linux*) |
1120 | 1126 | ;; |
1121 | 1127 | hppa*-*-linux*) |
@@ -1125,9 +1131,6 @@ case "${target}" in | ||
1125 | 1131 | hppa*-*-openbsd* | \ |
1126 | 1132 | hppa*64*-*-*) |
1127 | 1133 | ;; |
1128 | - hppa*-hp-hpux11*) | |
1129 | - noconfigdirs="$noconfigdirs ld" | |
1130 | - ;; | |
1131 | 1134 | hppa*-*-pro*) |
1132 | 1135 | ;; |
1133 | 1136 | hppa*-*-*) |
@@ -1142,7 +1145,7 @@ case "${target}" in | ||
1142 | 1145 | ;; |
1143 | 1146 | ia64*-**-hpux*) |
1144 | 1147 | # No ld support yet. |
1145 | - noconfigdirs="$noconfigdirs libgui itcl ld" | |
1148 | + noconfigdirs="$noconfigdirs gdb libgui itcl ld" | |
1146 | 1149 | ;; |
1147 | 1150 | ia64*-*-*vms*) |
1148 | 1151 | # No ld support yet. |