From 18846f44fa9a4123744b354e32df94d51531ecaa Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Feb 2020 10:08:27 -0800 Subject: [PATCH] restore linux-alpha-gcc+bwx configuration Bug: https://bugs.gentoo.org/697840 --- Configurations/10-main.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index a462f9e719..079777b097 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -950,6 +950,13 @@ my %targets = ( asm_arch => 'alpha', perlasm_scheme => "void", }, + "linux-alpha+bwx-gcc" => { + inherit_from => [ "linux-generic64" ], + lib_cppflags => add("-DL_ENDIAN"), + bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR", + asm_arch => 'alpha', + perlasm_scheme => "void", + }, "linux-c64xplus" => { inherit_from => [ "BASE_unix" ], # TI_CGT_C6000_7.3.x is a requirement -- 2.24.1