Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/spring/gold-linker.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/spring/gold-linker.patch')
-rw-r--r--community/spring/gold-linker.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/spring/gold-linker.patch b/community/spring/gold-linker.patch
deleted file mode 100644
index aac5e7d9..00000000
--- a/community/spring/gold-linker.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/rts/build/cmake/TestCXXFlags.cmake 2017-09-24 20:01:29.000000000 +0200
-+++ b/rts/build/cmake/TestCXXFlags.cmake 2018-01-09 14:16:55.894197136 +0100
-@@ -161,23 +161,8 @@
- ERROR_VARIABLE linkerVersion
- )
- set(hasGold FALSE)
-- if ("${linkerVersion}" MATCHES "gold")
-- set(hasGold TRUE)
-- endif()
-
-
-- if (NOT hasGold AND NOT WIN32) #FIND_PROGRAM fails in crosscompile environments (it detects the native ld.gold)
-- # since gcc 4.8 it is possible to switch the linker via that argument
-- CHECK_CXX_ACCEPTS_FLAG("-fuse-ld=gold" HAS_USE_LD)
-- IF (HAS_USE_LD)
-- FIND_PROGRAM(LD_GOLD ld.gold)
-- if (LD_GOLD)
-- set(hasGold TRUE)
-- set(LDGOLD_CXX_FLAGS "-fuse-ld=gold")
-- endif ()
-- EndIf ()
-- endif ()
--
- if (hasGold)
- set(LDGOLD_FOUND TRUE)
- set(LDGOLD_LINKER_FLAGS "")