mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01:00
added riscv64 native build files
This commit is contained in:
parent
5e96a82794
commit
220ea2a496
3
CPP/7zip/cmpl_gcc_riscv64.mak
Normal file
3
CPP/7zip/cmpl_gcc_riscv64.mak
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
include $(CURDIR)/../../var_gcc_riscv64.mak
|
||||
include $(CURDIR)/../../warn_gcc.mak
|
||||
include $(CURDIR)/makefile.gcc
|
||||
10
CPP/7zip/var_gcc_riscv64.mak
Normal file
10
CPP/7zip/var_gcc_riscv64.mak
Normal file
|
|
@ -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++
|
||||
Loading…
Reference in a new issue