summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-12-10 16:47:51 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-12-10 16:47:51 +0000
commit66970598eeefeb02d2bf4104511347733ce4826f (patch)
tree15c3c7e13415fb8b2dfc2048df342793a492d9b0
parent26243dde765e36eddf831ed267d7a472113dbe0d (diff)
downloadtoolchains-66970598eeefeb02d2bf4104511347733ce4826f.tar.gz
toolchains-66970598eeefeb02d2bf4104511347733ce4826f.tar.bz2
Add the m68k BigNum asm optimisation back in.
NB: SSL is not working in NetSurf under OS3/68k although the command-line openssl seems to be OK.
-rw-r--r--sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p b/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p
index 9641a5e..f4519ef 100644
--- a/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p
+++ b/sdk/recipes/patches/openssl/Configurations-50-amigaos.conf.p
@@ -1,6 +1,6 @@
--- /dev/null 2017-10-10 15:19:45.611896396 +0100
+++ Configurations/50-amigaos.conf 2017-10-17 15:42:25.304921197 +0100
-@@ -0,0 +1,30 @@
+@@ -0,0 +1,31 @@
+%targets = (
+
+ "ppc-amigaos" => {
@@ -28,6 +28,7 @@
+ ex_libs => add("-lm -lnet"),
+ sys_id => "AMIGAOS3",
+ bn_ops => "THIRTY_TWO_BIT BN_LLONG",
++ bn_asm_src => "asm/bn_m68k.s",
+ ranlib => "m68k-unknown-amigaos-ranlib",
+ },
+);