at master 363 B view raw
1diff --git a/libgcc/config.host b/libgcc/config.host 2index 7332903704..27a8b5bedb 100644 3--- a/libgcc/config.host 4+++ b/libgcc/config.host 5@@ -236,7 +236,7 @@ 6 esac 7 tmake_file="$tmake_file t-slibgcc-darwin" 8 case ${host} in 9- *-*-darwin2*) 10+ *-*-darwin2* | *-*-darwin) 11 tmake_file="t-darwin-min-11 $tmake_file" 12 ;; 13 *-*-darwin1[89]*)