summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 19:55:34 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-04 19:55:34 +0000
commit88e29f98e54a0926c1ed1527d2598dc4e60af712 (patch)
tree60e422e5e91f2182650fa638a64c7990146f7193 /GNUmakefile
parent222195060a24dba514361cde6d28f3a3ed8ada28 (diff)
downloadcryptopp-88e29f98e54a0926c1ed1527d2598dc4e60af712.tar.gz
remove extraneous -D__pic__
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@350 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
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