mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
make: Fix build on arm/clang
clang defines __arm which is interpreted as non-posix by make build system but thats not correct when using clang so patch addresses that (From OE-Core rev: e225278a8a894389add56d14908398c14512f6c9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,6 +8,7 @@ SRC_URI += "\
|
||||
file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
|
||||
file://0002-w32-compat-dirent.c-follow-header.patch \
|
||||
file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
|
||||
file://0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "--without-guile"
|
||||
|
||||
Reference in New Issue
Block a user