1456003393
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=14.4
13 lines
389 B
Diff
13 lines
389 B
Diff
--- a/libgcc/config.host
|
|
+++ b/libgcc/config.host
|
|
@@ -239,7 +239,7 @@ case ${host} in
|
|
x86_64-*-darwin2[0-2]*)
|
|
tmake_file="t-darwin-min-11 t-darwin-libgccs1 $tmake_file"
|
|
;;
|
|
- *-*-darwin2*)
|
|
- tmake_file="t-darwin-min-11 $tmake_file"
|
|
+ *-*-darwin2* | *-*-darwin)
|
|
+ tmake_file="t-darwin-min-11 t-darwin-libgccs1 $tmake_file"
|
|
;;
|
|
*-*-darwin1[89]*)
|