]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2005 00:40:03 +0000 (00:40 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2005 00:40:03 +0000 (00:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96280 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 9de54901da4e4e2ae58d367d0fe049acef08e92c..d64c02896ff92bb6a09addae02435ac2f10aa565 100644 (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
index cd5218bbf08f5c19f16af16917175017d588c2ca..923ef9d8a14f510afaf857a2ea10bf46329e5b74 100644 (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 )