File: link-atomic-if-needed.diff

package info (click to toggle)
creduce 2.11.0~20240909-2.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,296 kB
  • sloc: cpp: 25,309; ansic: 7,233; sh: 4,918; perl: 3,003; makefile: 594; lex: 441
file content (11 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/clang_delta/Makefile.am
+++ b/clang_delta/Makefile.am
@@ -131,7 +131,7 @@ clang_delta_LDADD = \
 	-lclang-cpp \
 	$(LLVMLIBS) \
 	$(CLANG_LDFLAGS) \
-	$(LLVMLDFLAGS)
+	$(LLVMLDFLAGS) $(LIBATOMIC)
 
 # Automake doesn't grok our use of $(shell) in `clang_delta_LDADD', so it puts
 # $(LLVMLIBS) in the dependencies by default.  To avoid this problem, we must