summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-03-06 23:29:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-08 08:20:32 +0000
commite225278a8a894389add56d14908398c14512f6c9 (patch)
treece42125e5401ebd8ed543ffef2d6abba50bcf866 /meta/recipes-devtools/make/make_4.3.bb
parent57fcf9b517fe95e871122946cb99fe7fa9fd2e26 (diff)
downloadopenembedded-core-contrib-e225278a8a894389add56d14908398c14512f6c9.tar.gz
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_4.3.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.3.bb b/meta/recipes-devtools/make/make_4.3.bb
index cd0ecd4df2..3e0eb543ba 100644
--- a/meta/recipes-devtools/make/make_4.3.bb
+++ b/meta/recipes-devtools/make/make_4.3.bb
@@ -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"