poky/openembedded/classes/flow-lossage.bbclass
Richard Purdie 4b46c1f6e8 Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-08-31 10:45:47 +00:00

6 lines
201 B
Plaintext

# 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)
}