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 | 09e90eb479df8fb5d9b393383825f360b9a4c715 (patch) | |
tree | 4e11b887576f828d5b9fc3001592e5dc53f87f98 | |
parent | d1dab720ad26aef849d169247b85caab49b18a10 (diff) | |
download | fsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.zip fsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.tar.gz fsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.tar.bz2 |
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com) + + * configure.in (hppa*64*-*-*): Do build ld for this configuration. + 2000-05-18 David Edelsohn <edelsohn@gnu.org> * configure.in: Special case powerpc*-*-aix* target_makefile_frag. 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*-*-*) |