Skip to content

Commit 30478c9

Browse files
committed
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 <[email protected]> (Merged from openssl#9166)
1 parent 3a561b0 commit 30478c9

9 files changed

+80
-151
lines changed

Configurations/00-base-templates.conf

-53
Original file line numberDiff line numberDiff line change
@@ -146,57 +146,4 @@ my %targets=(
146146

147147
perl_platform => 'VMS',
148148
},
149-
150-
x86_asm => {
151-
template => 1,
152-
},
153-
x86_elf_asm => {
154-
template => 1,
155-
inherit_from => [ "x86_asm" ],
156-
},
157-
x86_64_asm => {
158-
template => 1,
159-
},
160-
ia64_asm => {
161-
template => 1,
162-
},
163-
sparcv9_asm => {
164-
template => 1,
165-
},
166-
sparcv8_asm => {
167-
template => 1,
168-
},
169-
alpha_asm => {
170-
template => 1,
171-
},
172-
mips32_asm => {
173-
template => 1,
174-
},
175-
mips64_asm => {
176-
inherit_from => [ "mips32_asm" ],
177-
template => 1,
178-
},
179-
s390x_asm => {
180-
template => 1,
181-
},
182-
armv4_asm => {
183-
template => 1,
184-
},
185-
aarch64_asm => {
186-
template => 1,
187-
},
188-
parisc11_asm => {
189-
template => 1,
190-
},
191-
parisc20_64_asm => {
192-
template => 1,
193-
inherit_from => [ "parisc11_asm" ],
194-
},
195-
ppc32_asm => {
196-
template => 1,
197-
},
198-
ppc64_asm => {
199-
inherit_from => [ "ppc32_asm" ],
200-
template => 1,
201-
},
202149
);

0 commit comments

Comments
 (0)