Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit e24a1a0

Browse files
committed
Regenerate configure for cherry-picked changes
1 parent c30cf42 commit e24a1a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configure

+6
Original file line numberDiff line numberDiff line change
@@ -4880,6 +4880,12 @@ case "${host}" in
48804880
abi="elf"
48814881
$as_echo "#define JEMALLOC_PURGE_MADVISE_FREE " >>confdefs.h
48824882
4883+
;;
4884+
*-*-openbsd*|*-*-bitrig*)
4885+
CFLAGS="$CFLAGS"
4886+
abi="elf"
4887+
$as_echo "#define JEMALLOC_PURGE_MADVISE_FREE " >>confdefs.h
4888+
48834889
;;
48844890
*-*-linux*)
48854891
CFLAGS="$CFLAGS"

0 commit comments

Comments
 (0)