summaryrefslogtreecommitdiff
path: root/packages/eglibc/eglibc-intermediate_svn.bb
blob: 7150f56d26be7286793523a1bfe81ee1904c6c2c (plain)
1
2
3
4
5
6
7
8
require eglibc_${PV}.bb
require eglibc-intermediate.inc

# gcc uses -Werror which break on a "you have no thumb interwork" _warning_
do_configure_prepend() {
	find ${S} -name "configure" | xargs touch
	sed -i s:-Werror:: ${S}/configure
}