diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index f21421b..243e899 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -605,9 +605,12 @@ case ${target} in *-*-darwin9*) tm_file="${tm_file} darwin9.h" ;; - *-*-darwin[12][0-9]*) + *-*-darwin[1][01]*) tm_file="${tm_file} darwin9.h darwin10.h" ;; + *-*-darwin[1][2-9]* | *-*-darwin[2][0-9]*) + tm_file="${tm_file} darwin9.h darwin10.h darwin12.h" + ;; esac tm_file="${tm_file} ${cpu_type}/darwin.h" tm_p_file="${tm_p_file} darwin-protos.h" |