blob: 00e6bf02578960fdd33d34556032b6e32520459e (
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)
}
 |