diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-02 07:29:13 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-02 14:13:48 -0700 |
| commit | beb630e255d6a09c5f682853f519172ec9b906d0 (patch) | |
| tree | 4dbc05cf95b926414b5e92f173cb5e4d75ec24b7 /conf | |
| parent | 7cdc7ff4cdfbd75083ec37ed2e8a380f48fb692c (diff) | |
| download | meta-clang-beb630e255d6a09c5f682853f519172ec9b906d0.tar.gz | |
libsdl2: Do not use internal asm
it seems to not use unified syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7ceb4a4..832b6b8 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -206,6 +206,12 @@ CFLAGS_append_pn-tinymembench_toolchain-clang_mipsarch = " -no-integrated-as" | |||
| 206 | CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" | 206 | CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" |
| 207 | CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" | 207 | CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" |
| 208 | 208 | ||
| 209 | # :5 : error: unknown directive | ||
| 210 | #^ | ||
| 211 | # .endfunc | ||
| 212 | # ^ | ||
| 213 | CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as" | ||
| 214 | |||
| 209 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a | 215 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a |
| 210 | # space between literal and identifier [-Wreserved-user-defined-literal] | 216 | # space between literal and identifier [-Wreserved-user-defined-literal] |
| 211 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); | 217 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); |
