diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9de54901da4..d64c02896ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config.gcc b/gcc/config.gcc index cd5218bbf08..923ef9d8a14 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ) |