* configure.in (hppa*64*-*-*): Do build ld for this configuration.
This commit is contained in:
parent
d1dab720ad
commit
09e90eb479
2 changed files with 6 additions and 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.
|
||||
|
|
|
@ -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*-*-*)
|
||||
|
|
Loading…
Reference in a new issue