summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 23:54:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 23:54:42 +0000
commit1ab0f15987f1fe6687eb7e03a521ec5cffae5a48 (patch)
treef4ba6b93e24544ec762b72e0645fcc48d43c14d5 /sdk/Makefile
parentc71bb2fb9237de8dbba5f2b8bb6ffe56010310f5 (diff)
downloadtoolchains-1ab0f15987f1fe6687eb7e03a521ec5cffae5a48.tar.gz
toolchains-1ab0f15987f1fe6687eb7e03a521ec5cffae5a48.tar.bz2
Apply the m68k optimisations also to the m68k Atari build (untested)
This build of OpenSSL will now require at least a 68020. It is my understanding that our CI builds a 68020-60 version of NetSurf so this should not be an issue. These patches were originally written for FreeMiNT so have been previously tested on that platform.
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 8850224..f94ec3d 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -99,7 +99,6 @@ ifeq ($(TARGET),m68k-atari-mint)
EXTRAARGS_LIBCURL := --enable-optimize --enable-nonblocking --enable-ares --with-random="/dev/urandom" --disable-manual --disable-curldebug --disable-thread --disable-threaded-resolver
EXTRAARGS_LIBICONV := --enable-extra-encodings
LIBICONV_ENV := CFLAGS="-DPATH_MAX=1024"
- EXTRAARGS_OPENSSL := no-asm
endif
ifeq ($(TARGET),m5475-atari-mint)