summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.mak b/common.mak
index be7d476eb3..cdafa60ae8 100644
--- a/common.mak
+++ b/common.mak
@@ -5,11 +5,6 @@
SRC_DIR = $(SRC_PATH)/lib$(NAME)
VPATH = $(SRC_DIR)
-#FIXME: This should be in configure/config.mak
-ifeq ($(CONFIG_WIN32),yes)
-LDFLAGS = -Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
-endif
-
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p
LDFLAGS+=-p