From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- ...Add-enable-autolink-libatomic-use-in-LINK_.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 repo/gcc/0043-configure-Add-enable-autolink-libatomic-use-in-LINK_.patch (limited to 'repo/gcc/0043-configure-Add-enable-autolink-libatomic-use-in-LINK_.patch') diff --git a/repo/gcc/0043-configure-Add-enable-autolink-libatomic-use-in-LINK_.patch b/repo/gcc/0043-configure-Add-enable-autolink-libatomic-use-in-LINK_.patch new file mode 100644 index 0000000..762c6ef --- /dev/null +++ b/repo/gcc/0043-configure-Add-enable-autolink-libatomic-use-in-LINK_.patch @@ -0,0 +1,21 @@ +From: Alpine Linux community +From: Olsken (updated patches) +Date: Sat, 21 Aug 2021 08:51:52 +0000 + +diff --git a/gcc/config.in b/gcc/config.in +index d0287d4cc..8c10816c4 100644 +--- a/gcc/config.in ++++ b/gcc/config.in +@@ -112,6 +112,12 @@ + #endif + + ++/* Define if libatomic should always be linked. */ ++#ifndef USED_FOR_TARGET ++#undef ENABLE_AUTOLINK_LIBATOMIC ++#endif ++ ++ + /* Define to 1 to specify that we are using the BID decimal floating point + format instead of DPD */ + #ifndef USED_FOR_TARGET -- cgit v1.2.1