diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-01-17 11:14:47 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-17 11:14:47 +0100 |
| commit | 9d26619465d268dee1e16a8e5318ac19c5a573be (patch) | |
| tree | a8acb37a956736b26997f1096e5cb272ca5d68fb /apps/plugins/clock/clock_bitmaps.c | |
| parent | 33f5fdeadf248793456ce472707890e1f6368cbe (diff) | |
| download | rockbox-9d26619465d268dee1e16a8e5318ac19c5a573be.zip rockbox-9d26619465d268dee1e16a8e5318ac19c5a573be.tar.gz rockbox-9d26619465d268dee1e16a8e5318ac19c5a573be.tar.bz2 rockbox-9d26619465d268dee1e16a8e5318ac19c5a573be.tar.xz | |
Workarund GCC bug #52991 regarding packet attribute.
According to http://http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991, since
mingw-gcc 4.7.1 -mms-bitfields is on by default, and this option breaks the
packet attribute since around 4.2.0.
We haven't set this option so I'm assuming we don't need it. Therefore a
workaround in configure can make things work again, because we rely on
the packet attribute in quite a few places.
Change-Id: I8367c16594cecfdde97c548e04607deaa92e21de
Diffstat (limited to 'apps/plugins/clock/clock_bitmaps.c')
0 files changed, 0 insertions, 0 deletions