mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 02:07:11 +02:00
add ppsuf so that we can compiler loongarch fpc now
This commit is contained in:
parent
6dcfed0e0b
commit
ff4e4f01be
@ -100,6 +100,9 @@ endif
|
|||||||
ifeq ($(CPU_TARGET),wasm32)
|
ifeq ($(CPU_TARGET),wasm32)
|
||||||
PPSUF=wasm32
|
PPSUF=wasm32
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(CPU_TARGET),loongarch64)
|
||||||
|
PPSUF=loongarch64
|
||||||
|
endif
|
||||||
|
|
||||||
# cross compilers uses full cpu_target, not just ppc-suffix
|
# cross compilers uses full cpu_target, not just ppc-suffix
|
||||||
# (except if the target cannot run a native compiler)
|
# (except if the target cannot run a native compiler)
|
||||||
|
Loading…
Reference in New Issue
Block a user