summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-10-17 21:23:02 +0100
committerVincent Sanders <vince@kyllikki.org>2017-10-17 21:23:02 +0100
commit21997a5b5d1ea6a29727b947f39e88fc3c8d3119 (patch)
treec076fb794df9389bd6e8b1fa5f6b0d5faf5468d8 /sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p
parent6814210a1140fc2ed7ac46a220fc1919b59de938 (diff)
downloadtoolchains-21997a5b5d1ea6a29727b947f39e88fc3c8d3119.tar.gz
toolchains-21997a5b5d1ea6a29727b947f39e88fc3c8d3119.tar.bz2
update openssl to 1.1.0f
Diffstat (limited to 'sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p')
-rw-r--r--sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p17
1 files changed, 17 insertions, 0 deletions
diff --git a/sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p b/sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p
new file mode 100644
index 0000000..128d400
--- /dev/null
+++ b/sdk/recipes/patches/openssl/Configurations-50-riscos.conf.p
@@ -0,0 +1,17 @@
+--- /dev/null 2017-10-10 15:19:45.611896396 +0100
++++ Configurations/50-riscos.conf 2017-10-17 15:42:25.304921197 +0100
+@@ -0,0 +1,14 @@
++%targets = (
++
++ "arm-unknown-riscos" => {
++ inherit_from => [ "BASE_unix" ],
++ cc => "arm-unknown-riscos-gcc",
++ cflags => picker(default => "-DL_ENDIAN -DTERMIOS -DNO_SYS_UN_H",
++ debug => "-O0 -g",
++ release => "-O3 ",
++ threads("-D_REENTRANT")),
++ thread_scheme => "(unknown)",
++ sys_id => "RISCOS",
++ bn_ops => "BN_LLONG",
++ },
++);