Skip to content

Commit

Permalink
makefile.panda: add mips64el
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 31, 2024
1 parent c2a5852 commit 89d7590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panda/Makefile.panda.target
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ MIPS64_HELPERS += op_helper.bc2
llvm-$(TARGET_MIPS64) += fpu/softfloat.bc2
llvm-$(TARGET_MIPS64) += $(addprefix target/mips/,$(MIPS64_HELPERS))

# only support mips64, not mipsel64
llvmmorph-$(TARGET_MIPS64) += llvm-helpers-mips64.bc
# support mips64 and mips64el
llvmmorph-$(TARGET_MIPS64) += llvm-helpers-$(TARGET_NAME).bc

CLANG_FILTER = -Wold-style-declaration -fstack-protector-strong -Wno-error=cpp -g -O0 -O1 -O2 -O3 -mcx16 -Wno-shift-negative-value -fprofile-arcs -ftest-coverage
QEMU_BC2FLAGS:=$(filter-out $(CLANG_FILTER),$(QEMU_CFLAGS) $(CFLAGS)) -O1 -I../target/$(TARGET_BASE_ARCH)
Expand Down

0 comments on commit 89d7590

Please sign in to comment.