dev-libs/openssl: use aarch64 machine for arm64 arch
authorConrad Kostecki <conrad@kostecki.com>
Thu, 26 Apr 2018 20:18:45 +0000 (22:18 +0200)
committerRobin H. Johnson <robbat2@gentoo.org>
Sat, 12 May 2018 20:25:45 +0000 (13:25 -0700)
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 <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/7306

dev-libs/openssl/files/gentoo.config-1.0.2

index 37b83cc2e7b5241f181552f7d947bbb3177ff35b..d16175e6292ee43904b7b7d33dafa9950d5c1ed7 100644 (file)
@@ -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};;