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

This commit is contained in:
Elliott Hughes
2012-07-16 09:45:27 -07:00
committed by android code review

View File

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