* config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.

From-SVN: r96280
This commit is contained in:
Joseph Myers 2005-03-11 00:40:03 +00:00 committed by Joseph Myers
parent 2f8cbead4b
commit 3f0b8b66d6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-11 Joseph S. Myers <joseph@codesourcery.com>
* config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
2005-03-10 Steven Bosscher <stevenb@suse.de>
* expr.c (expand_expr_real_1): If possible, use a conditional

View File

@ -865,7 +865,7 @@ hppa*64*-*-hpux11*)
;;
esac
need_64bit_hwint=yes
tmake_file="pa/t-pa64 pa/t-pa-hpux"
tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
case x${enable_threads} in
xyes | xposix )