[oe] [PATCH 05/12] no need to set LD nowadays

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Feb 8 21:14:26 UTC 2010


Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 recipes/busybox/busybox.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index 7f67f47..c80b3bd 100644
--- a/recipes/busybox/busybox.inc
+++ b/recipes/busybox/busybox.inc
@@ -66,7 +66,7 @@ RDEPENDS_${PN}-syslog += "${PN}"
 RDEPENDS_${PN}-udhcpd += "${PN}"
 
 # Use gcc for linking so LDFLAGS actually makes sense
-LD = "${CC} -nostdlib"
+#LD = "${CC} -nostdlib"
 
 inherit cml1 update-rc.d
 
@@ -78,6 +78,7 @@ do_configure () {
 
 do_compile() {
 	unset CFLAGS CPPFLAGS CXXFLAGS
+	export EXTRA_CFLAGS="$CFLAGS"
 	base_do_compile
 }
 
-- 
1.6.5





More information about the Openembedded-devel mailing list