diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-09 20:14:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:13:33 +0100 |
commit | fc57f9cce3a4f4eb81ddd8b598443ce65fb0972b (patch) | |
tree | 599de2f7a9cb009057521e10fef8e2911687da5a /meta/classes/cross.bbclass | |
parent | 2811907b1aefa50cb44c1509996ca8e80c6a84f4 (diff) | |
download | poky-fc57f9cce3a4f4eb81ddd8b598443ce65fb0972b.tar.gz |
bitbake.conf: drop _build-${BUILD_OS} over-ride
Building on a host OS other than a recent version of Linux is not
recommended or supported. Drop the historical _build-${BUILD_OS}
over-ride to avoid giving the impression that other host OS's might
be supported.
(From OE-Core rev: 428fc39356cb77830de9e0d3f1dbd00f5868290a)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r-- | meta/classes/cross.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 4e85cab2d1..34d7951f3f 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -37,7 +37,6 @@ CPPFLAGS = "${BUILD_CPPFLAGS}" | |||
37 | CFLAGS = "${BUILD_CFLAGS}" | 37 | CFLAGS = "${BUILD_CFLAGS}" |
38 | CXXFLAGS = "${BUILD_CFLAGS}" | 38 | CXXFLAGS = "${BUILD_CFLAGS}" |
39 | LDFLAGS = "${BUILD_LDFLAGS}" | 39 | LDFLAGS = "${BUILD_LDFLAGS}" |
40 | LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}" | ||
41 | 40 | ||
42 | TOOLCHAIN_OPTIONS = "" | 41 | TOOLCHAIN_OPTIONS = "" |
43 | 42 | ||