config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
* config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for *-*-hpux11.[1-9]*, not just for *-*-hpux11.11. From-SVN: r95918
This commit is contained in:
parent
816e568f6b
commit
1fb641a1e1
@ -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.
|
||||
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user