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 | 4bd805d4344bd05f084558899acf1501e556cb5c (patch) | |
tree | ed4af0247e6bf1ef5b3fce2a5241aa015c371d75 /configure.in | |
parent | dddbe276f303e5117b2794093101629fbd1b9ee0 (diff) | |
download | newlib-4bd805d4344bd05f084558899acf1501e556cb5c.zip newlib-4bd805d4344bd05f084558899acf1501e556cb5c.tar.gz newlib-4bd805d4344bd05f084558899acf1501e556cb5c.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 |