Merge "Use std=gnu99 for the dynamic linker as well as libc."
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user