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

Commit c30cf42

Browse files
author
Dave Huseby
committed
adding support for bitrig
(cherry picked from commit 970fcfb) Conflicts: configure.ac
1 parent b001609 commit c30cf42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ case "${host}" in
288288
abi="elf"
289289
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
290290
;;
291+
*-*-openbsd*|*-*-bitrig*)
292+
CFLAGS="$CFLAGS"
293+
abi="elf"
294+
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
295+
;;
291296
*-*-linux*)
292297
CFLAGS="$CFLAGS"
293298
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"

0 commit comments

Comments
 (0)