diff options
author | Jeff Law <law@redhat.com> | 2000-05-18 16:58:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-18 16:58:06 +0000 |
commit | 52a3d41377a83e7408325a078a33784f97d5cc5f (patch) | |
tree | c2146517bf07169e144b4cdf09c35a224f18cf3b /configure.in | |
parent | f5619b809ec8d49589d389f0ca6c95eaae822719 (diff) | |
download | newlib-52a3d41377a83e7408325a078a33784f97d5cc5f.zip newlib-52a3d41377a83e7408325a078a33784f97d5cc5f.tar.gz newlib-52a3d41377a83e7408325a078a33784f97d5cc5f.tar.bz2 |
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
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 e3ca77b..c14f135 100644 --- a/configure.in +++ b/configure.in @@ -656,7 +656,8 @@ case "${target}" in ;; hppa*-*-*elf* | \ hppa*-*-linux-gnu* | \ - hppa*-*-lites*) + hppa*-*-lites* | \ + hppa*64*-*-*) # Do configure ld/binutils/gas for the above cases. ;; hppa*-*-*) |