diff options
-rw-r--r-- | recipes-extended/dev86/dev86_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb index 6414ecfb..d43d1200 100644 --- a/recipes-extended/dev86/dev86_git.bb +++ b/recipes-extended/dev86/dev86_git.bb | |||
@@ -57,4 +57,11 @@ FILES:${PN} += "${libdir}/bcc" | |||
57 | # unproto.c:188:51: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] | 57 | # unproto.c:188:51: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] |
58 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | 58 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" |
59 | 59 | ||
60 | # http://errors.yoctoproject.org/Errors/Details/853302/ | ||
61 | CFLAGS += "-std=gnu17" | ||
62 | |||
63 | # http://errors.yoctoproject.org/Errors/Details/853303/ | ||
64 | # ar.c:615:23: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types] | ||
65 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||
66 | |||
60 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" | 67 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" |