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

Commit 970fcfb

Browse files
Dave Husebyjasone
authored andcommitted
adding support for bitrig
1 parent 35e3fd9 commit 970fcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ case "${host}" in
283283
abi="elf"
284284
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
285285
;;
286-
*-*-openbsd*)
286+
*-*-openbsd*|*-*-bitrig*)
287287
CFLAGS="$CFLAGS"
288288
abi="elf"
289289
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])

0 commit comments

Comments
 (0)