]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Mar 2005 01:47:27 +0000 (01:47 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Mar 2005 01:47:27 +0000 (01:47 +0000)
*-*-hpux11.[1-9]*, not just for *-*-hpux11.11.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95918 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 6ce3ca2bde5fef8a8a2d86aef46b201bc251f8ea..a725fcb8bb405f55e310126baea889596f3173b4 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
+       *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
+
 2005-03-04  Jeff Law  <law@redhat.com>
 
        * basic-block.h (rediscover_loops_after_threading): Declare.
index bfe694745d74dfdef2f705482eb0fcfb4bdfa45b..cd5218bbf08f5c19f16af16917175017d588c2ca 100644 (file)
@@ -857,7 +857,7 @@ hppa*64*-*-hpux11*)
                         pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux11.h"
        fi
        case ${target} in
-       *-*-hpux11.11)
+       *-*-hpux11.[1-9]*)
                tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
                ;;
        *)