summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-06-06 11:37:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-06 11:37:25 -0700
commit158ad015c2eb8f0a7f0e91db706ca363e634f407 (patch)
tree47281e42bc28337e4bc2a322ceea88c4485778e6 /libc/Android.mk
parent204c6e5ff337cc3be2478172c58de9f4df80b7bd (diff)
parent3069270d8641c7bb57aa308d8f90b4d2dcbf66fc (diff)
downloadbionic-158ad015c2eb8f0a7f0e91db706ca363e634f407.zip
bionic-158ad015c2eb8f0a7f0e91db706ca363e634f407.tar.gz
bionic-158ad015c2eb8f0a7f0e91db706ca363e634f407.tar.bz2
am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names."
* commit '3069270d8641c7bb57aa308d8f90b4d2dcbf66fc': Give the timer_create SIGEV_THREAD helper threads sensible names.
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk25
1 files changed, 13 insertions, 12 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index 0c833f6..596a856 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -446,18 +446,19 @@ endif # !arm
# Define some common cflags
# ========================================================
libc_common_cflags := \
- -DWITH_ERRLIST \
- -DANDROID_CHANGES \
- -DUSE_LOCKS \
- -DREALLOC_ZERO_BYTES_FREES \
- -D_LIBC=1 \
- -DSOFTFLOAT \
- -DFLOATING_POINT \
- -DINET6 \
- -I$(LOCAL_PATH)/private \
- -DUSE_DL_PREFIX \
- -DPOSIX_MISTAKE \
- -DLOG_ON_HEAP_ERROR \
+ -DWITH_ERRLIST \
+ -DANDROID_CHANGES \
+ -DUSE_LOCKS \
+ -DREALLOC_ZERO_BYTES_FREES \
+ -D_LIBC=1 \
+ -DSOFTFLOAT \
+ -DFLOATING_POINT \
+ -DINET6 \
+ -I$(LOCAL_PATH)/private \
+ -DUSE_DL_PREFIX \
+ -DPOSIX_MISTAKE \
+ -DLOG_ON_HEAP_ERROR \
+ -std=gnu99
# these macro definitions are required to implement the
# 'timezone' and 'daylight' global variables, as well as