From a13ed8e261a098bb0e02174fdb4e2074626cbf44 Mon Sep 17 00:00:00 2001 From: K1 Date: Wed, 31 Jul 2024 10:33:16 +0800 Subject: [PATCH] Add loongarch64 target add loongarch64 config for no-asm. --- Configurations/10-main.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index aa464356c..f504d6a19 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -515,6 +515,13 @@ my %targets = ( perlasm_scheme => "linux64", }, + # loongarch64 below refers to contemporary LoongArch Architecture + # specifications, + "linux64-loongarch64" => { + inherit_from => [ "linux-generic64"], + perlasm_scheme => "linux64", + }, + #### IA-32 targets... #### These two targets are a bit aged and are to be used on older Linux #### machines where gcc doesn't understand -m32 and -m64