commit | 7bf82e017101ab458d085e42ca7d0aaefa8bbc9d | [log] [tgz] |
---|---|---|
author | Jing Yu <jingyu@google.com> | Fri Nov 18 14:13:15 2011 -0800 |
committer | Jing Yu <jingyu@google.com> | Fri Nov 18 14:22:55 2011 -0800 |
tree | 8c26a6ab1763637e335593eeb811c269fc3a58ca | |
parent | 8f71b5e96352440647fc790a37288a09ff3acb09 [diff] |
Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields. http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01477.html http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01390.html -fstrict-volatile-bitfields is set on by default on gcc-4.6 for ARM target. This causes an inline asm() error. While upstream gcc community is working on the patch, we shut off this option temporarily. This patch does not affect gcc-4.4.3 build. Change-Id: Id7016dc5856a516e10f2617232945034728a74ab