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

Commit 5e12e60b authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "For the current MIPS compiler __builtin___clear_cache() generates synci...

Merge "For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang."
parents f6b670b7 695fee31
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ arch_variant_cflags := \
    -march=mips32r2 \
    -mtune=mips32r2 \
    -mips32r2 \
    -mhard-float
    -mhard-float \
    -msynci

arch_variant_ldflags := \
    -EL
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ arch_variant_cflags := \
    -march=mips32r2 \
    -mtune=mips32r2 \
    -mips32r2 \
    -msoft-float
    -msoft-float \
    -msynci

arch_variant_ldflags := \
    -EL
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ arch_variant_cflags := \
    -mtune=mips32r2 \
    -mips32r2 \
    -mhard-float \
    -mdsp
    -mdsp \
    -msynci

arch_variant_ldflags := \
    -EL
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ arch_variant_cflags := \
    -mtune=mips32r2 \
    -mips32r2 \
    -msoft-float \
    -mdsp
    -mdsp \
    -msynci

arch_variant_ldflags := \
    -EL
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ arch_variant_cflags := \
    -mtune=mips32r2 \
    -mips32r2 \
    -mhard-float \
    -mdspr2
    -mdspr2 \
    -msynci

arch_variant_ldflags := \
    -EL
Loading