Use std=gnu99 for the dynamic linker as well as libc.

Change-Id: I76dd78576c5af6eb6282555f069647b6260edc31
This commit is contained in:
Elliott Hughes
2012-07-16 09:43:14 -07:00
parent fabddfe833
commit 856512ea9c

View File

@@ -15,7 +15,8 @@ LOCAL_LDFLAGS := -shared
LOCAL_CFLAGS += -fno-stack-protector \
-Wstrict-overflow=5 \
-fvisibility=hidden
-fvisibility=hidden \
-std=gnu99
# Set LINKER_DEBUG to either 1 or 0
#