Skip to content

Commit

Permalink
regenerate configure
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon authored and thestinger committed Aug 20, 2013
1 parent 2c71645 commit 517e611
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/rt/jemalloc/configure
Expand Up @@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
CTARGET='-o $@'
LDTARGET='-o $@'
EXTRA_LDFLAGS=
MKLIB='$(AR) crus $@'
MKLIB='ar crus $@'
CC_MM=1
default_munmap="1"
Expand All @@ -4479,6 +4479,18 @@ case "${host}" in
force_lazy_lock="1"
;;
*-*-linux-android*)
CFLAGS="$CFLAGS"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
abi="elf"
$as_echo "#define JEMALLOC_HAS_ALLOCA_H 1" >>confdefs.h
$as_echo "#define JEMALLOC_PURGE_MADVISE_DONTNEED " >>confdefs.h
$as_echo "#define JEMALLOC_THREADED_INIT " >>confdefs.h
default_munmap="0"
;;
*-*-linux*)
CFLAGS="$CFLAGS"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
Expand Down

0 comments on commit 517e611

Please sign in to comment.