about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch')
-rw-r--r--pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch b/pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch
deleted file mode 100644
index 27d455aa58b6..000000000000
--- a/pkgs/development/compilers/gcc/patches/14/libgcc-darwin-detection.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u a/libgcc/config.host b/libgcc/config.host
---- a/libgcc/config.host	2023-11-05 11:01:55.778638446 -0500
-+++ b/libgcc/config.host	2023-11-05 11:07:29.405103979 -0500
-@@ -227,7 +227,7 @@
-   tmake_file="$tmake_file t-slibgcc-darwin"
-   # newer toolsets produce warnings when building for unsupported versions.
-   case ${host} in
--    *-*-darwin1[89]* | *-*-darwin2* )
-+    *-*-darwin1[89]* | *-*-darwin2* | *-*-darwin)
-       tmake_file="t-darwin-min-8 $tmake_file"
-       ;;
-     *-*-darwin9* | *-*-darwin1[0-7]*)