aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-05-09 20:14:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-22 13:09:03 +0100
commit428fc39356cb77830de9e0d3f1dbd00f5868290a (patch)
treed340da528014a4a2f13dbc4ef8e801e377c6ffbf /meta/classes/cross.bbclass
parentb3598b8f1ed1cdc7849e1e4f30d618e87e1bf582 (diff)
downloadopenembedded-core-contrib-428fc39356cb77830de9e0d3f1dbd00f5868290a.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. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass1
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}"
CFLAGS = "${BUILD_CFLAGS}"
CXXFLAGS = "${BUILD_CFLAGS}"
LDFLAGS = "${BUILD_LDFLAGS}"
-LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}"
TOOLCHAIN_OPTIONS = ""