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

Commit 9f66959e authored by Stephen Hines's avatar Stephen Hines
Browse files

Mips needs to be marked little-endian explicitly.

Change-Id: Id4a08124b6c809c29a5e338d7aa0741db3ac57a3
parent 90701299
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ ifeq ($(TARGET_ARCH),arm)
    -Wa,--noexecstack
endif
ifeq ($(TARGET_ARCH),mips)
  RS_TRIPLE := mips-unknown-linux
  RS_TRIPLE := mipsel-unknown-linux
  CLANG_CONFIG_EXTRA_ASFLAGS += \
    -target mipsel-linux-androideabi \
    -nostdlibinc \