Blame SOURCES/0001-Aarch64-and-ppc64le-use-lib64.patch
|
|
2871ff |
From 603a35802319c0459737e3f067369ceb990fe2e6 Mon Sep 17 00:00:00 2001
|
|
|
2871ff |
From: Tomas Mraz <tmraz@fedoraproject.org>
|
|
|
2871ff |
Date: Thu, 24 Sep 2020 09:01:41 +0200
|
|
|
2871ff |
Subject: Aarch64 and ppc64le use lib64
|
|
|
2871ff |
|
|
|
2871ff |
(Was openssl-1.1.1-build.patch)
|
|
|
2871ff |
---
|
|
|
2871ff |
Configurations/10-main.conf | 2 ++
|
|
|
2871ff |
1 file changed, 2 insertions(+)
|
|
|
2871ff |
|
|
|
2871ff |
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
|
|
|
2871ff |
index d7580bf3e1..a7dbfd7f40 100644
|
|
|
2871ff |
--- a/Configurations/10-main.conf
|
|
|
2871ff |
+++ b/Configurations/10-main.conf
|
|
|
2871ff |
@@ -723,6 +723,7 @@ my %targets = (
|
|
|
2871ff |
lib_cppflags => add("-DL_ENDIAN"),
|
|
|
2871ff |
asm_arch => 'ppc64',
|
|
|
2871ff |
perlasm_scheme => "linux64le",
|
|
|
2871ff |
+ multilib => "64",
|
|
|
2871ff |
},
|
|
|
2871ff |
|
|
|
2871ff |
"linux-armv4" => {
|
|
|
2871ff |
@@ -765,6 +766,7 @@ my %targets = (
|
|
|
2871ff |
inherit_from => [ "linux-generic64" ],
|
|
|
2871ff |
asm_arch => 'aarch64',
|
|
|
2871ff |
perlasm_scheme => "linux64",
|
|
|
2871ff |
+ multilib => "64",
|
|
|
2871ff |
},
|
|
|
2871ff |
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
|
|
|
2871ff |
inherit_from => [ "linux-generic32" ],
|
|
|
2871ff |
--
|
|
|
2871ff |
2.26.2
|
|
|
2871ff |
|