diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 01:47:27 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 01:47:27 +0000 |
commit | d15dd39ca6c1eb1a0470d10352a7236a24179d0a (patch) | |
tree | 29c8c85b78b15708af605dd65062ae32c771140c /gcc/config.gcc | |
parent | 2c6ee6fb1523f3ab87e813e36aabba860ec2a855 (diff) | |
download | gcc-d15dd39ca6c1eb1a0470d10352a7236a24179d0a.tar.gz |
* config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
*-*-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
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 bfe694745d7..cd5218bbf08 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" ;; *) |