# 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) } title='Atom feed' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom/meta/classes/linux-kernel-base.bbclass?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/linux-kernel-base.bbclass
blob: 4e2e2da3734f042480527b53922aa603b0e48718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38