Properly format linux-arm64ilp32 target config
authorAlessandro Ghedini <alessandro@ghedini.me>
Fri, 25 Sep 2015 13:11:43 +0000 (15:11 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Sep 2015 13:59:18 +0000 (14:59 +0100)
Otherwise the ./config script fails with errors like:

> Operating system: x86_64-whatever-linux2
> This system (linux-x86_64) is not supported. See file INSTALL for details.

The failure was introduced by a93d3e0.

RT#4062

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/10-main.conf

index e612812052c2abe40f4343b4a7de18f423e6f526..426fbfa026d183163c9a8bb777ad4ab68156886a 100644 (file)
     },
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
         inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],
-        cflags           => "-mabi=ilp32 -Wall"
+        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",