git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207d019
)
gcc: made sure that no unsubstituted @LDFLAGS@ is left in the generated Makefiles
author
Martin Dietze
<martin@the-little-red-haired-girl.org>
Sat, 23 May 2009 11:27:59 +0000
(13:27 +0200)
committer
md
<md@freiheit.com>
Wed, 27 May 2009 19:51:00 +0000
(21:51 +0200)
recipes/gcc/gcc-configure-common.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-configure-common.inc
b/recipes/gcc/gcc-configure-common.inc
index
ee5784a
..
9363585
100644
(file)
--- 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
}