diff options
author | Shi Pujin <shipujin.t@gmail.com> | 2022-02-16 10:53:56 +0800 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-04-04 18:58:10 +1000 |
commit | b625e21e67666213ffd3ba6b1f2cd8a847ba6b66 (patch) | |
tree | 16261a053672e76f516deec5af98d9f9f1c48676 /Configurations/10-main.conf | |
parent | 31ff3635371b51c8180838ec228c164aec3774b6 (diff) | |
download | openssl-new-b625e21e67666213ffd3ba6b1f2cd8a847ba6b66.tar.gz |
Add loongarch64 target
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17712)
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r-- | Configurations/10-main.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index ba224fba84..9368cf6748 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -818,6 +818,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 |