summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 23:01:10 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:53 +0200
commit30478c97837a026ba56718f98d490adf7bce2760 (patch)
tree10166f933851346d6f4fd6387394087843ce26a3 /Configurations/00-base-templates.conf
parent3a561b06d9e897a7613843f2bd0752297ab56dd7 (diff)
Configure: final cleanup of asm related things
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 <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf53
1 files changed, 0 insertions, 53 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 46de732676..98200af7f7 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -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,
- },
);