Skip to content

Commit

Permalink
Configure: final cleanup of asm related things
Browse files Browse the repository at this point in the history
Remove the *_asm templates in Configurations/00-base-templates.conf,
all attempts to inherit them, and the asm() perl function.

[extended tests]

Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#9166)
  • Loading branch information
levitte committed Jun 17, 2019
1 parent 3a561b0 commit 30478c9
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 151 deletions.
53 changes: 0 additions & 53 deletions Configurations/00-base-templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -146,57 +146,4 @@ my %targets=(

perl_platform => 'VMS',
},

x86_asm => {
template => 1,
},
x86_elf_asm => {
template => 1,
inherit_from => [ "x86_asm" ],
},
x86_64_asm => {
template => 1,
},
ia64_asm => {
template => 1,
},
sparcv9_asm => {
template => 1,
},
sparcv8_asm => {
template => 1,
},
alpha_asm => {
template => 1,
},
mips32_asm => {
template => 1,
},
mips64_asm => {
inherit_from => [ "mips32_asm" ],
template => 1,
},
s390x_asm => {
template => 1,
},
armv4_asm => {
template => 1,
},
aarch64_asm => {
template => 1,
},
parisc11_asm => {
template => 1,
},
parisc20_64_asm => {
template => 1,
inherit_from => [ "parisc11_asm" ],
},
ppc32_asm => {
template => 1,
},
ppc64_asm => {
inherit_from => [ "ppc32_asm" ],
template => 1,
},
);
Loading

0 comments on commit 30478c9

Please sign in to comment.