From patchwork Mon Feb 8 21:14:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe,05/12] no need to set LD nowadays Date: Mon, 08 Feb 2010 11:14:26 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 1550 Message-Id: <1265663673-16312-6-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Bernhard Reutner-Fischer --- 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 }