Skip to content

Commit

Permalink
miniserve: (mips64r6el) fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jan 7, 2024
1 parent 67a6617 commit 4be8acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-web/miniserve/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ CARGO_AFTER__NORTLS="--no-default-features"
CARGO_AFTER__PPC64EL="${CARGO_AFTER__NORTLS}"
CARGO_AFTER__LOONGSON3="${CARGO_AFTER__NORTLS}"
CARGO_AFTER__RISCV64="${CARGO_AFTER__NORTLS}"
CARGO_AFTER__MIPS64R6EL="${CARGO_AFTER__NORTLS}"

USECLANG=1
ABSPLITDBG=0
NOCARGOAUDIT=1

# FIXME: ld.lld is not yet available.
USECLANG__LOONGSON3=0
USECLANG__MIPS64R6EL=0
NOLTO__LOONGSON3=1
NOLTO__MIPS64R6EL=1

0 comments on commit 4be8acf

Please sign in to comment.