Commit bd0c5281 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Pavel Emelyanov

makefile: move PROTOUFIX export to arm section

As SRCARCH := arm defined two lines above, no need for additional ifeq.

Impact: cleanup
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Reviewed-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 518b4440
......@@ -97,16 +97,15 @@ ifeq ($(shell echo $(ARCH) | sed -e 's/arm.*/arm/'),arm)
ifeq ($(ARMV),7)
USERCFLAGS += -march=armv7-a
endif
endif
ifeq ($(ARCH),aarch64)
VDSO := y
endif
ifeq ($(SRCARCH),arm)
PROTOUFIX := y
export PROTOUFIX
endif
ifeq ($(ARCH),aarch64)
VDSO := y
endif
#
# The PowerPC 64 bits architecture could be big or little endian.
# They are handled in the same way.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment