1 |
From 603a35802319c0459737e3f067369ceb990fe2e6 Mon Sep 17 00:00:00 2001 |
2 |
From: Tomas Mraz <tmraz@fedoraproject.org> |
3 |
Date: Thu, 24 Sep 2020 09:01:41 +0200 |
4 |
Subject: Aarch64 and ppc64le use lib64 |
5 |
|
6 |
(Was openssl-1.1.1-build.patch) |
7 |
--- |
8 |
Configurations/10-main.conf | 2 ++ |
9 |
1 file changed, 2 insertions(+) |
10 |
|
11 |
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf |
12 |
index d7580bf3e1..a7dbfd7f40 100644 |
13 |
--- a/Configurations/10-main.conf |
14 |
+++ b/Configurations/10-main.conf |
15 |
@@ -723,6 +723,7 @@ my %targets = ( |
16 |
lib_cppflags => add("-DL_ENDIAN"), |
17 |
asm_arch => 'ppc64', |
18 |
perlasm_scheme => "linux64le", |
19 |
+ multilib => "64", |
20 |
}, |
21 |
|
22 |
"linux-armv4" => { |
23 |
@@ -765,6 +766,7 @@ my %targets = ( |
24 |
inherit_from => [ "linux-generic64" ], |
25 |
asm_arch => 'aarch64', |
26 |
perlasm_scheme => "linux64", |
27 |
+ multilib => "64", |
28 |
}, |
29 |
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32 |
30 |
inherit_from => [ "linux-generic32" ], |
31 |
-- |
32 |
2.26.2 |
33 |
|