mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01: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)
|
|
}
|