From 902366d30627397208778be38a44e1357f6df1c2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 23 Jul 2018 23:20:37 +0100 Subject: Should be built with gnu99 apparently because 'asm' is a non-standard extension. --- sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p b/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p index f4519ef..3012ad2 100644 --- a/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p +++ b/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p @@ -20,7 +20,7 @@ + "m68k-unknown-amigaos" => { + inherit_from => [ "BASE_unix" ], + cc => "m68k-unknown-amigaos-gcc", -+ cflags => picker(default => "-DB_ENDIAN -DTERMIOS -DNO_SYS_UN_H -DNO_SYS_PARAM_H -DNO_SYSLOG -m68020 -std=c99", ++ cflags => picker(default => "-DB_ENDIAN -DTERMIOS -DNO_SYS_UN_H -DNO_SYS_PARAM_H -DNO_SYSLOG -m68020 -std=gnu99", + debug => "-O0 -g", + release => "-O3 -fomit-frame-pointer", + threads("-D_REENTRANT")), -- cgit v1.2.3