diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-11 00:40:03 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-11 00:40:03 +0000 |
commit | 6e1c4c981c1b53e8e7665b7c4ca8d0b4b99a4c85 (patch) | |
tree | b7f457cf4959d623687c41d74ae397684cb006b1 /gcc/config.gcc | |
parent | 26eed60fb65f75ec9f96da2d711480d622308e51 (diff) | |
download | gcc-6e1c4c981c1b53e8e7665b7c4ca8d0b4b99a4c85.tar.gz |
* config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96280 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |