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

Commit c191e5a6 authored by Eddie Ringle's avatar Eddie Ringle Committed by Gerrit Code Review
Browse files

Merge "Use correct CFLAGS for MSM7200A class phones." into froyo

parents 466aae0a b8c8d73c
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__