Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CPP/7zip/cmpl_gcc_riscv64.mak
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include $(CURDIR)/../../var_gcc_riscv64.mak
include $(CURDIR)/../../warn_gcc.mak
include $(CURDIR)/makefile.gcc
10 changes: 10 additions & 0 deletions CPP/7zip/var_gcc_riscv64.mak
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PLATFORM = riscv64
O = b/g_$(PLATFORM)
USE_ASM =
# IS_X64 =
# IS_X86 =
# IS_ARM64 =
MY_ARCH ?= #native or -march=riscv64
CROSS_COMPILE ?=
CC = $(CROSS_COMPILE)gcc
CXX = $(CROSS_COMPILE)g++