From 3368ad6f8edab220a36ef0d94bceda6d2c22ff92 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Fri, 5 Nov 2021 17:52:22 +0100 Subject: [PATCH] Remove broken fpic strip --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 197967b..61bcc12 100644 --- a/Makefile +++ b/Makefile @@ -473,11 +473,6 @@ ifeq ($(HAVE_MMAP), 1) CFLAGS += -DHAVE_MMAP endif -ifeq ($(FORCE_32BIT_ARCH), 1) -# Forcibly disable PIC -fpic := -endif - # Add -DTRACE_INSTRUCTIONS to trace instruction execution ifeq ($(DEBUG), 1) OPTIMIZE := -O0 -g