mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
mkelfimage: obey LDFLAGS, sort out HOST_ flags
We weren't consistent in the HOST_ (aka BUILD_) and non-HOST_ flags, so we were using BUILD_CPPFLAGS to compile target stuff, for example. Sort that out, and make sure we obey LDFLAGS. (From OE-Core rev: 3ba4fd81f99b5479830d1fb18e6b8f2f6edb7839) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d61d4ba6ca
commit
fe70c063c5
@@ -13,8 +13,8 @@ http://review.coreboot.org/gitweb?p=coreboot.git;a=commit;h=34fc4ab80b507739e258
|
||||
DEPENDS += "zlib"
|
||||
|
||||
SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http \
|
||||
file://cross-compile.patch \
|
||||
"
|
||||
file://cross-compile.patch \
|
||||
"
|
||||
SRC_URI_append_class-native = " \
|
||||
file://fix-makefile-to-find-libz.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user