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 | cd0d0976b95f2d2730c084d0da0e881b3b66c2fb (patch) | |
tree | 39bded1f7f0ebfce798282663ef20246dfd0e422 /configure.in | |
parent | 32ec4defda5de0830a488b19e1ce1432c89c7c45 (diff) | |
download | gdb-cd0d0976b95f2d2730c084d0da0e881b3b66c2fb.tar.gz |
è
* 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 c286a045674..e9cc906efa4 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 |