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: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
This reverts commit 1dc4ddf112.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2017-12-13 17:43:40 -03:00
Родитель 69b5c95340
Коммит 922991c2b1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,6 @@ ifeq ($(SRCARCH),x86)
LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
endif
NO_PERF_REGS := 0
CFLAGS += -fPIC
endif
ifeq ($(SRCARCH),arm)