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

Commit ab3a5f49 authored by Chris Dearman's avatar Chris Dearman
Browse files

Configure synci generation explicitly

The default for synci generation is compiler version dependent

Change-Id: I3f94cabd98c45aaa4e5149e8bb050dc47efa61ca
parent 0a3b080a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
  -frerun-cse-after-loop \
  -frename-registers \
  -msynci \
  -mno-synci \
  -mno-fused-madd

# We don't have any mips flags to substitute yet.
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
  -frerun-cse-after-loop \
  -frename-registers \
  -msynci \
  -mno-synci \
  -mno-fused-madd

# We don't have any mips64 flags to substitute yet.
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ arch_variant_cflags := \
    -mips32 \
    -mfp32 \
    -modd-spreg \
    -mno-synci

arch_variant_ldflags := \
    -Wl,-melf32ltsmip
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ arch_variant_cflags := \
    -mfp32 \
    -modd-spreg \
    -mno-fused-madd \
    -Wa,-mmxu
    -Wa,-mmxu \
    -mno-synci

arch_variant_ldflags := \
    -Wl,-melf32ltsmip