From 9fe32836f19db9b4c614e0e6d563ac267ba21e2f Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 26 Apr 2018 22:18:45 +0200 Subject: dev-libs/openssl: use aarch64 machine for arm64 arch Closes: https://bugs.gentoo.org/638926 Package-Manager: Portage-2.3.24, Repoman-2.3.6 (cherry picked from commit d1a9b4ac497aa915d51b40c56f160619c62b801a) Signed-off-by: Robin H. Johnson Closes: https://github.com/gentoo/gentoo/pull/7306 --- dev-libs/openssl/files/gentoo.config-1.0.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/openssl') diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2 b/dev-libs/openssl/files/gentoo.config-1.0.2 index 37b83cc2e7b5..d16175e6292e 100644 --- a/dev-libs/openssl/files/gentoo.config-1.0.2 +++ b/dev-libs/openssl/files/gentoo.config-1.0.2 @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # Openssl doesn't play along nicely with cross-compiling @@ -81,8 +81,8 @@ chost_machine=${CHOST%%-*} case ${system} in linux) case ${chost_machine}:${ABI} in - aarch64*be*) machine="generic64 -DB_ENDIAN";; - aarch64*) machine="generic64 -DL_ENDIAN";; + aarch64*be*) machine="aarch64 -DB_ENDIAN";; + aarch64*) machine="aarch64 -DL_ENDIAN";; alphaev56*|\ alphaev[678]*)machine=alpha+bwx-${compiler};; alpha*) machine=alpha-${compiler};; -- cgit v1.2.3-65-gdbad