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:21:11 +0000
commit09e1c01162c2faa204f3b7f9abf6f7b1c4e9274c (patch)
tree8f8dcb3f6afca00e3d9c11636809a039d129c4a5 /meta/recipes-devtools/make/make_4.3.bb
parent0bbf04fa3e98068bfab3a91e84f145201de2a28f (diff)
downloadpoky-09e1c01162c2faa204f3b7f9abf6f7b1c4e9274c.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 (From OE-Core rev: e225278a8a894389add56d14908398c14512f6c9) 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 += "\
8 file://0001-src-dir.c-fix-buffer-overflow-warning.patch \ 8 file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
9 file://0002-w32-compat-dirent.c-follow-header.patch \ 9 file://0002-w32-compat-dirent.c-follow-header.patch \
10 file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \ 10 file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
11 file://0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch \
11" 12"
12 13
13EXTRA_OECONF += "--without-guile" 14EXTRA_OECONF += "--without-guile"