From 88e29f98e54a0926c1ed1527d2598dc4e60af712 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:55:34 +0000 Subject: remove extraneous -D__pic__ git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@350 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 8d5d97c..9e6a7e0 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 -- cgit v1.2.1