Move GNU_HASH warning fixes here from meta-mentor

Internal toolchains generally don't see these, as they build that toolchain
with the default behavior they expect, so it's appropriate to include these
fixes with the external toolchain configuration, for now.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2013-05-31 09:38:07 -07:00
parent 079d3ff35d
commit 3b44877887
15 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
PR .= ".1"
do_compile_prepend () {
sed -i -e 's#^LDFLAGS=.*#LDFLAGS = -L. ${LDFLAGS}#g' Makefile
}