updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / etoile / LanguageKit_Codegen.patch
bloba5f77508b2766543ccb8dbf8cb8b3f27ab8542bd
1 *** Languages/LanguageKit/CodeGen/GNUmakefile 2009-10-15 21:36:04.000000000 +0300
2 --- Languages/LanguageKit/CodeGen/GNUmakefile.new 2009-10-15 21:38:36.000000000 +0300
3 ***************
4 *** 29,35 ****
5 # uncomment this line when debugging if you have problems with over-aggressive
6 # inlining throwing away useful debugging info.
7 #${FRAMEWORK_NAME}_CPPFLAGS = -fno-inline
8 ! ${FRAMEWORK_NAME}_CPPFLAGS = -D_GNU_SOURCE
9 ${FRAMEWORK_NAME}_OBJCFLAGS = -std=c99 -g -Wno-unused-value
10 ${FRAMEWORK_NAME}_LDFLAGS += -g -lstdc++
11 ${FRAMEWORK_NAME}_CFLAGS += -Wno-implicit -g
12 --- 29,35 ----
13 # uncomment this line when debugging if you have problems with over-aggressive
14 # inlining throwing away useful debugging info.
15 #${FRAMEWORK_NAME}_CPPFLAGS = -fno-inline
16 ! ${FRAMEWORK_NAME}_CPPFLAGS = -D_GNU_SOURCE
17 ${FRAMEWORK_NAME}_OBJCFLAGS = -std=c99 -g -Wno-unused-value
18 ${FRAMEWORK_NAME}_LDFLAGS += -g -lstdc++
19 ${FRAMEWORK_NAME}_CFLAGS += -Wno-implicit -g
20 ***************
21 *** 37,43 ****
22 # LLVM flags
23 LLVM_LIBS=analysis archive backend bitreader bitwriter codegen core debugger engine executionengine instrumentation interpreter ipa ipo jit linker native nativecodegen scalaropts selectiondag support system target transformutils #x86 x86asmprinter x86codegen
25 ! ${FRAMEWORK_NAME}_CCFLAGS += `llvm-config --cxxflags ${LLVM_LIBS}` -g
26 LIBRARIES_DEPEND_UPON += `llvm-config --ldflags --libfiles ${LLVM_LIBS}`
27 LD = g++
29 --- 37,43 ----
30 # LLVM flags
31 LLVM_LIBS=analysis archive backend bitreader bitwriter codegen core debugger engine executionengine instrumentation interpreter ipa ipo jit linker native nativecodegen scalaropts selectiondag support system target transformutils #x86 x86asmprinter x86codegen
33 ! ${FRAMEWORK_NAME}_CCFLAGS += `llvm-config --cxxflags ${LLVM_LIBS}` -g -Wno-deprecated
34 LIBRARIES_DEPEND_UPON += `llvm-config --ldflags --libfiles ${LLVM_LIBS}`
35 LD = g++