summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Configurations/10-main.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index d1a15a1152..7fb0fda866 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -821,12 +821,13 @@ my %targets = (
asm_arch => 'riscv32',
},
- # loongarch64 below refers to contemporary LOONGARCH Architecture
+ # loongarch64 below refers to contemporary LoongArch Architecture
# specifications,
"linux64-loongarch64" => {
inherit_from => [ "linux-generic64"],
perlasm_scheme => "linux64",
asm_arch => 'loongarch64',
+ lib_cppflags => add("-DL_ENDIAN"),
},
#### IA-32 targets...