1diff --git a/GNUmakefile b/GNUmakefile
2index 4de9d10..ff4789a 100755
3--- a/GNUmakefile
4+++ b/GNUmakefile
5@@ -271,8 +271,8 @@ endif # OpenMP
6 endif # IS_LINUX
7
8 ifneq ($(IS_DARWIN),0)
9-AR = libtool
10-ARFLAGS = -static -o
11+AR = ar
12+ARFLAGS = cru
13 CXX ?= c++
14 ifeq ($(IS_GCC_29),1)
15 CXXFLAGS += -fno-coalesce-templates -fno-coalesce-static-vtables