summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index b9141a6..d09b212 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -104,6 +104,11 @@ TOOLCHAIN_pn-qemu_arm = "gcc"
104 104
105CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " 105CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions "
106 106
107#| ./.libs/libsqlite3.so: undefined reference to `__mulodi4'
108#| clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
109#| make: *** [Makefile:509: sqlite3] Error 1
110CFLAGS_append_pn-sqlite3_toolchain-clang = " -DSQLITE_DISABLE_INTRINSIC "
111
107#| configure: error: something wrong with CFLAGS 112#| configure: error: something wrong with CFLAGS
108# Due to -pie (ldflag) being passed to compiler clang warns 113# Due to -pie (ldflag) being passed to compiler clang warns
109# ruby configure does not like that 114# ruby configure does not like that