summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-12-20 20:40:29 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-12-20 20:40:29 +0000
commitf20bfb5f98b51bfbf9ab6919961541c46dcca19f (patch)
tree50b7c275bb15a203cde5bd865d626ff6e9dd165a /sdk
parentcf639ccf2547de1eae0a17d43ab8de1b28bb3ee4 (diff)
downloadtoolchains-f20bfb5f98b51bfbf9ab6919961541c46dcca19f.tar.gz
toolchains-f20bfb5f98b51bfbf9ab6919961541c46dcca19f.tar.bz2
Get binutils from the 2.14 branch and update gcc to 4.5.4. Add extra curl args.
Diffstat (limited to 'sdk')
-rw-r--r--sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 8d02603..db054b7 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -128,6 +128,7 @@ endif
ifeq ($(TARGET),m68k-unknown-amigaos)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCARES := --disable-shared --without-random
+ EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random --disable-threaded-resolver
endif
ifeq ($(SDK_ITEMS),)