blob: 3e841e3caeb2fb3684095270da37e3646025d0ee (
plain)
| 1
2
3
4
5
 | # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
python () {
	cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '')
	bb.data.setVar('CFLAGS', cflags, d)
}
 |