Merge branch 'vuplus-1.6' of 192.168.102.66:/opt/repository/openembedded into vuplus-1.6
[vuplus_openembedded] / classes / flow-lossage.bbclass
1 # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
2 python () {
3     cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '')
4     bb.data.setVar('CFLAGS', cflags, d)
5 }