Remove workaround for amd64

This commit is contained in:
srichter 2006-10-18 02:55:34 +00:00
parent b9631b252a
commit 45bb68073d
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ export LIBDIR
CFLAGS:= -g -Wall -O2 -I $(INCLUDEDIR) -I $(MISDNINCLUDEDIR)
CFLAGS+= -D CLOSE_REPORT=1
ifeq ($(shell uname -m),x86_64)
CFLAGS += -fPIC
endif
export CFLAGS
mISDNLIB := $(PWD)/lib/libmISDN.a