diff options
-rw-r--r-- | meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb b/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb index 17e8c700ca..d809a564e9 100644 --- a/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb +++ b/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb | |||
@@ -22,5 +22,6 @@ do_install() { | |||
22 | 22 | ||
23 | # Prevent procedure merging as required by dhrystone.c: | 23 | # Prevent procedure merging as required by dhrystone.c: |
24 | CFLAGS += "-fno-lto" | 24 | CFLAGS += "-fno-lto" |
25 | CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration -Wno-error=deprecated-non-prototype -Wno-error=implicit-int" | ||
25 | 26 | ||
26 | LDFLAGS += "-fno-lto" | 27 | LDFLAGS += "-fno-lto" |