* 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>
|
2000-05-18 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
|
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
|
||||||
|
|
|
@ -656,7 +656,8 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
hppa*-*-*elf* | \
|
hppa*-*-*elf* | \
|
||||||
hppa*-*-linux-gnu* | \
|
hppa*-*-linux-gnu* | \
|
||||||
hppa*-*-lites*)
|
hppa*-*-lites* | \
|
||||||
|
hppa*64*-*-*)
|
||||||
# Do configure ld/binutils/gas for the above cases.
|
# Do configure ld/binutils/gas for the above cases.
|
||||||
;;
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
|
|
Loading…
Reference in a new issue