|
@@ -262,7 +262,7 @@ interface
|
|
systems_linux = [system_i386_linux,system_x86_64_linux,system_powerpc_linux,system_powerpc64_linux,
|
|
systems_linux = [system_i386_linux,system_x86_64_linux,system_powerpc_linux,system_powerpc64_linux,
|
|
system_arm_linux,system_sparc_linux,system_sparc64_linux,system_m68k_linux,
|
|
system_arm_linux,system_sparc_linux,system_sparc64_linux,system_m68k_linux,
|
|
system_x86_6432_linux,system_mipseb_linux,system_mipsel_linux,system_aarch64_linux,
|
|
system_x86_6432_linux,system_mipseb_linux,system_mipsel_linux,system_aarch64_linux,
|
|
- system_riscv32_linux,system_riscv64_linux,system_xtensa_linux];
|
|
|
|
|
|
+ system_riscv32_linux,system_riscv64_linux,system_xtensa_linux,system_loongarch64_linux];
|
|
systems_dragonfly = [system_x86_64_dragonfly];
|
|
systems_dragonfly = [system_x86_64_dragonfly];
|
|
systems_freebsd = [system_aarch64_freebsd,
|
|
systems_freebsd = [system_aarch64_freebsd,
|
|
system_i386_freebsd,
|
|
system_i386_freebsd,
|
|
@@ -398,7 +398,7 @@ interface
|
|
system_riscv32_linux,system_riscv64_linux,
|
|
system_riscv32_linux,system_riscv64_linux,
|
|
system_aarch64_win64,
|
|
system_aarch64_win64,
|
|
system_z80_zxspectrum,system_z80_msxdos,
|
|
system_z80_zxspectrum,system_z80_msxdos,
|
|
- system_wasm32_wasi
|
|
|
|
|
|
+ system_wasm32_wasi,system_loongarch64_linux
|
|
]+systems_darwin+systems_amigalike;
|
|
]+systems_darwin+systems_amigalike;
|
|
|
|
|
|
{ all systems that use the PE+ header in the PE/COFF file
|
|
{ all systems that use the PE+ header in the PE/COFF file
|
|
@@ -1204,6 +1204,10 @@ begin
|
|
{$ifdef mips64el}
|
|
{$ifdef mips64el}
|
|
default_target(system_mips64el_linux);
|
|
default_target(system_mips64el_linux);
|
|
{$endif mips64el}
|
|
{$endif mips64el}
|
|
|
|
+
|
|
|
|
+{$ifdef loongarch64}
|
|
|
|
+ default_target(system_loongarch64_linux);
|
|
|
|
+{$endif loongarch64}
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|