diff options
author | Jeff Law <law@redhat.com> | 1999-07-08 11:35:04 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-07-08 11:35:04 +0000 |
commit | f7bddfb6d9f9ff4900581463e87618768647426e (patch) | |
tree | 220872d5b5010e9d36bd28c74403e00871441817 /configure.in | |
parent | 1001d816c80896e5066d80219576c2f08f420868 (diff) | |
download | gdb-f7bddfb6d9f9ff4900581463e87618768647426e.zip gdb-f7bddfb6d9f9ff4900581463e87618768647426e.tar.gz gdb-f7bddfb6d9f9ff4900581463e87618768647426e.tar.bz2 |
รจ
* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c286a04..e9cc906 100644 --- a/configure.in +++ b/configure.in @@ -643,8 +643,9 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss" ;; hppa*-*-*elf* | \ + hppa*-*-linux-gnu* | \ hppa*-*-lites*) - # Do configure ld/binutils/gas for this case. + # Do configure ld/binutils/gas for the above cases. ;; hppa*-*-*) # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach |