summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 20:34:30 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 20:34:30 +0100
commit538d44c32f7983c4a2ffe07d3e14def30a2220a9 (patch)
treeb068dbaa7f71dcb60444ef33b97fc2915c975bec /sdk
parent1cfec07ba7771793a1bbde8c26169700a6e7a8c9 (diff)
downloadtoolchains-538d44c32f7983c4a2ffe07d3e14def30a2220a9.tar.gz
toolchains-538d44c32f7983c4a2ffe07d3e14def30a2220a9.tar.bz2
Remove libcurl version pin for ppc-amigaos
Diffstat (limited to 'sdk')
-rw-r--r--sdk/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index f0dbcf3..d30c931 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -100,8 +100,6 @@ endif
ifeq ($(TARGET),ppc-amigaos)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libtre.d libpbl.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCARES := --disable-shared
- $(warning Using ancient libcurl)
- VERSION_LIBCURL := 7.21.3
endif
ifeq ($(TARGET),i686-w64-mingw32)