X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F00-base-templates.conf;h=98200af7f7e395d0daa227eb00ebceddd9e83d92;hp=14b7608ca53eb77be4dc9a7a607c49b4294fead4;hb=dbd66443208cb0928b93bce04e32de412d452aff;hpb=8c0098a8de9ad858f575a3aab3b94b1ada773b28 diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 14b7608ca5..98200af7f7 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -14,8 +14,6 @@ my %targets=( thread_scheme => "(unknown)", # Assume we don't know thread_defines => [], - padlock_asm_src => "", - unistd => "", shared_target => "", shared_cflag => "", @@ -148,59 +146,4 @@ my %targets=( perl_platform => 'VMS', }, - - x86_asm => { - template => 1, - padlock_asm_src => "e_padlock-x86.s", - }, - x86_elf_asm => { - template => 1, - inherit_from => [ "x86_asm" ], - }, - x86_64_asm => { - template => 1, - padlock_asm_src => "e_padlock-x86_64.s", - }, - 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, - }, );