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

Commit b8c8d73c authored by Alex Boag-Munroe's avatar Alex Boag-Munroe Committed by Steve Kondik
Browse files

Use correct CFLAGS for MSM7200A class phones.

parent 876ddea5
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,10 +12,11 @@ ARCH_ARM_HAVE_FFS := true
# and a better solution should be found in the future.
#
arch_variant_cflags := \
    -march=armv5te \
    -mtune=xscale  \
    -march=armv6j \
    -mtune=arm1136jf-s \
    -pipe \
    -fomit-frame-pointer \
    -D__ARM_ARCH_5__ \
    -D__ARM_ARCH_5T__ \
    -D__ARM_ARCH_5E__ \
    -D__ARM_ARCH_5TE__