commit | 856512ea9c933c5fe0fff14ee123496730df6b19 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 16 09:43:14 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Jul 16 09:43:14 2012 -0700 |
tree | 9b346559570609f1ac2bdf63dbeaf6ab30f78c46 | |
parent | fabddfe833097ecca92b3547a725879234780468 [diff] [blame] |
Use std=gnu99 for the dynamic linker as well as libc. Change-Id: I76dd78576c5af6eb6282555f069647b6260edc31
diff --git a/linker/Android.mk b/linker/Android.mk index a739b4f..c9d053f 100644 --- a/linker/Android.mk +++ b/linker/Android.mk
@@ -15,7 +15,8 @@ LOCAL_CFLAGS += -fno-stack-protector \ -Wstrict-overflow=5 \ - -fvisibility=hidden + -fvisibility=hidden \ + -std=gnu99 # Set LINKER_DEBUG to either 1 or 0 #