diff options
-rw-r--r-- | conf/nonclangable.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7121a44..0261a45 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -130,6 +130,13 @@ CFLAGS_append_pn-libffi_toolchain-clang = " -no-integrated-as" | |||
130 | # ^ | 130 | # ^ |
131 | CFLAGS_append_pn-db_toolchain-clang = " -no-integrated-as" | 131 | CFLAGS_append_pn-db_toolchain-clang = " -no-integrated-as" |
132 | 132 | ||
133 | # Disable internal assembler for armv7 since it uses gnu assmebly syntax | ||
134 | # which should be preprocessed via gcc/compiler | ||
135 | # | ||
136 | CFLAGS_append_pn-openssl_toolchain-clang_armv7ve = " -no-integrated-as" | ||
137 | CFLAGS_append_pn-openssl_toolchain-clang_armv7a = " -no-integrated-as" | ||
138 | CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as" | ||
139 | |||
133 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a | 140 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a |
134 | # space between literal and identifier [-Wreserved-user-defined-literal] | 141 | # space between literal and identifier [-Wreserved-user-defined-literal] |
135 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); | 142 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); |