mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-28 20:24:49 +02:00
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>
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
PR .= ".1"
|
|
do_compile_prepend () {
|
|
sed -i -e 's#^LDFLAGS=.*#LDFLAGS = -L. ${LDFLAGS}#g' Makefile
|
|
}
|