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

Commit 91388e12 authored by Steve Kondik's avatar Steve Kondik
Browse files

build: Update flags for armv5te-vfp

parent a7c5e985
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5,3 +5,15 @@
#
include $(BUILD_COMBOS)/arch/arm/armv5te.mk

ARCH_ARM_HAVE_VFP               := true

arch_variant_cflags := \
    -march=armv5te \
    -mtune=xscale \
    -mfloat-abi=softfp \
    -mfpu=vfp \
    -D__ARM_ARCH_5__ \
    -D__ARM_ARCH_5T__ \
    -D__ARM_ARCH_5E__ \
    -D__ARM_ARCH_5TE__