summarylogtreecommitdiffstats
path: root/libatomic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libatomic.patch')
-rw-r--r--libatomic.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libatomic.patch b/libatomic.patch
deleted file mode 100644
index 778337d2e9cd..000000000000
--- a/libatomic.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git 1/CMakeLists.txt 2/CMakeLists-new.txt
-index f36e8aa..f1386ff 100644
---- 1/CMakeLists.txt
-+++ 2/CMakeLists-new.txt
-@@ -223,6 +223,10 @@ if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG)
- set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -stdlib=libc++")
- endif()
-
-+ if(SUPERNOVA)
-+ set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -latomic")
-+ endif()
-+
- if(FORTIFY)
- add_definitions( -D_FORTIFY_SOURCE=2 )
- endif()