Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 922991c2 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

Revert "perf s390: Always build with -fPIC"



This one made x86 always build with -fPIC, when the intention was for
s390 to be built that way, due to a rebase mistake.

Reported-by: default avatarHendrik Brueckner <brueckner@linux.vnet.ibm.com>
This reverts commit 1dc4ddf1.

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 69b5c953
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ ifeq ($(SRCARCH),x86)
    LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
  endif
  NO_PERF_REGS := 0
  CFLAGS += -fPIC
endif

ifeq ($(SRCARCH),arm)