diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2023-08-02 16:09:29 +0200 |
---|---|---|
committer | Arsen Arsenović <arsen@gcc.gnu.org> | 2023-08-07 22:59:39 +0200 |
commit | b48e994077b6cc165ce136428277952a0b8bc9d2 (patch) | |
tree | 02a92a0f3c4c5b4ecee59fd8767206a3e526bfba /configure | |
parent | 1ddd41fddc52d985124e517dda41070e369456a3 (diff) | |
download | gcc-b48e994077b6cc165ce136428277952a0b8bc9d2.zip gcc-b48e994077b6cc165ce136428277952a0b8bc9d2.tar.gz gcc-b48e994077b6cc165ce136428277952a0b8bc9d2.tar.bz2 |
configure: reinstate 32b PA-RISC HP-UX target in toplevel
The Binutils still support this target.
ChangeLog:
* configure.ac: Reinstate 32b PA-RISC HP-UX targets
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3572,6 +3572,11 @@ case "${target}" in hppa*64*-*-hpux*) noconfigdirs="$noconfigdirs target-libffi" ;; + hppa*-hp-hpux11*) + ;; + hppa*-*-hpux*) + noconfigdirs="$noconfigdirs target-libffi" + ;; ia64*-*-*vms*) noconfigdirs="$noconfigdirs target-libffi" ;; @@ -3878,9 +3883,14 @@ case "${target}" in h8500-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; + hppa1.1-*-osf* | hppa1.1-*-bsd* ) + ;; hppa*64*-*-hpux*) noconfigdirs="$noconfigdirs gdb" ;; + hppa*-*-hpux11*) + noconfigdirs="$noconfigdirs gdb ld" + ;; hppa*64*-*-linux*) ;; hppa*-*-linux*) |