diff --git a/ChangeLog b/ChangeLog index da79dcbfd..86c299036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * configure.in: Special case powerpc*-*-aix* target_makefile_frag. diff --git a/configure.in b/configure.in index e3ca77bb4..c14f13505 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*-*-*)