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

Commit 6b151013 authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev

parents d4da19d7 9f66959e
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 \