diff options
Diffstat (limited to 'meta/classes/flow-lossage.bbclass')
-rw-r--r-- | meta/classes/flow-lossage.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/flow-lossage.bbclass b/meta/classes/flow-lossage.bbclass deleted file mode 100644 index 00e6bf025..000000000 --- a/meta/classes/flow-lossage.bbclass +++ /dev/null @@ -1,5 +0,0 @@ -# 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) -} |