bash: drop -B${gcc_bindir} from bash.pc

This triggers staging qa warnings otherwise.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-10-17 02:21:20 +05:00
parent 86b5ab11c9
commit a7c70be6c6

View File

@@ -0,0 +1,3 @@
do_compile_append () {
sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
}