mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
6 lines
201 B
Plaintext
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)
|
|
}
|