gcc-4.5: Fix QT build due to bug in volatile bit fields
authorKhem Raj <kraj@leto.(none)>
Sat, 25 Dec 2010 11:13:16 +0000 (03:13 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sat, 25 Dec 2010 11:16:33 +0000 (03:16 -0800)
commit3e0f19d247ac69d5ddb47b1dce5fb58e1d635aad
tree8023abf99b054b044be4938d1e42f1934ac5c122
parent2ed10cc214f399ebee35eb898a76f08053ac4996
gcc-4.5: Fix QT build due to bug in volatile bit fields

This could be fixed in three ways
1. apply http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02245.html to gcc
2. Backout linaro/gcc-4.5-r99425.patch from gcc
3. Apply the workaround to QT 4.7.1 from
http://bazaar.launchpad.net/%7Eubuntu-branches/ubuntu/natty/qt4-x11/natty/revision/136

I chose the first one.

Signed-off-by: Khem Raj <kraj@leto.(none)>
recipes/gcc/gcc-4.5.inc
recipes/gcc/gcc-4.5/gcc-arm-volatile-bitfield-fix.patch [new file with mode: 0644]