From 1a66826785869f8eb752f2f5e818a34cbe47ac06 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:55:34 +0000 Subject: [PATCH] remove extraneous -D__pic__ --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 8d5d97c3..9e6a7e02 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,7 +59,6 @@ ifeq ($(UNAME),Darwin) AR = libtool ARFLAGS = -static -o CXX = c++ -CXXFLAGS += -D__pic__ IS_GCC2 = $(shell $(CXX) -v 2>&1 | $(EGREP) -c gcc-932) ifeq ($(IS_GCC2),1) CXXFLAGS += -fno-coalesce-templates -fno-coalesce-static-vtables