From 60e670f35b047d34400e5af03c2f3faa7dcc5ec1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 03:21:40 +0100 Subject: Forcibly disable PIC if building with HAVE_DYNAREC on --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 30fcf36..6971e88 100644 --- a/Makefile +++ b/Makefile @@ -200,8 +200,10 @@ else # CFLAGS += -DHAVE_MMAP endif +ifeq ($(HAVE_DYNAREC), 1) # Forcibly disable PIC fpic := +endif ifeq ($(DEBUG), 1) OPTIMIZE_SAFE := -O0 -g -- cgit v1.2.3