Commit a93d3e06 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Configurations: add linux-arm64ilp32 target.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 5e5ece56
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -582,6 +582,13 @@
        inherit_from     => [ "linux-generic64", asm("aarch64_asm") ],
        perlasm_scheme   => "linux64",
    },
    "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
        inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],
        cflags           => "-mabi=ilp32 -Wall"
        bn_ops           => "SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
        perlasm_scheme   => "linux64",
        shared_ldflag    => "-mabi=ilp32",
    },

    "linux-mips32" => {
        # Configure script adds minimally required -march for assembly