From 428fc39356cb77830de9e0d3f1dbd00f5868290a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 9 May 2018 20:14:57 -0700 Subject: 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 Signed-off-by: Ross Burton --- meta/classes/cross.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/cross.bbclass') 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 = "" -- cgit 1.2.3-korg