From 418b8523beb2a4e3183cd818ad417210d28a2d5c Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:55:34 +0000 Subject: [PATCH] remove extraneous -D__pic__ --- trunk/c5/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/c5/GNUmakefile b/trunk/c5/GNUmakefile index 8d5d97c3..9e6a7e02 100644 --- a/trunk/c5/GNUmakefile +++ b/trunk/c5/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