From aecc68dc21c4acb9c02de667f39b253dd71a4dab Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sat, 23 May 2009 13:27:59 +0200 Subject: gcc: made sure that no unsubstituted @LDFLAGS@ is left in the generated Makefiles --- recipes/gcc/gcc-configure-common.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc index ee5784afc3..9363585de1 100644 --- a/recipes/gcc/gcc-configure-common.inc +++ b/recipes/gcc/gcc-configure-common.inc @@ -89,4 +89,7 @@ do_configure () { echo "#define STANDARD_INCLUDE_DIR \"${layout_includedir}\"" >> ${S}/gcc/defaults.h oe_runconf + + # make sure that no @LDFLAG@ is left in the generated Makefile + sed -i "s/@LDFLAGS@//g" ${B}/Makefile } -- cgit 1.2.3-korg