1f0b98a288
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=15.3
13 lines
340 B
Diff
13 lines
340 B
Diff
--- a/libgcc/config.host
|
|
+++ b/libgcc/config.host
|
|
@@ -236,7 +236,7 @@
|
|
esac
|
|
tmake_file="$tmake_file t-slibgcc-darwin"
|
|
case ${host} in
|
|
- *-*-darwin2*)
|
|
- tmake_file="t-darwin-min-11 $tmake_file"
|
|
+ *-*-darwin2* | *-*-darwin)
|
|
+ tmake_file="t-darwin-min-11 t-darwin-libgccs1 $tmake_file"
|
|
;;
|
|
*-*-darwin1[89]*)
|