OSDN Git Service

Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields.
authorJing Yu <jingyu@google.com>
Fri, 18 Nov 2011 22:13:15 +0000 (14:13 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 20 Apr 2012 14:53:16 +0000 (07:53 -0700)
commitc856e31523b2a01efc39a97207d3ce11f1db1ca5
tree9c855fed4feee2e46e75651cf087821c7d7f5432
parent422a3650d37730a5c793e52e3e6c815278753d22
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
core/combo/TARGET_linux-arm.mk