summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-04 20:36:45 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-04 20:36:45 +0100
commit37908e1c268634544c0e4680ca536ef6489e2ddf (patch)
treed9fa94f2c53bc651855163d3d5ee76d585bb040f
parent3957886f78057c1b97ce45ccdabb71b0188f1ac8 (diff)
downloadtoolchains-37908e1c268634544c0e4680ca536ef6489e2ddf.tar.gz
toolchains-37908e1c268634544c0e4680ca536ef6489e2ddf.tar.bz2
Warn that we're building an ancient libcurl
-rw-r--r--sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index f189ce9..4aca12e 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -78,6 +78,7 @@ endif
ifeq ($(TARGET),ppc-amigaos)
SDK_ITEMS := $(BUILDSTEPS)/libtre.d $(BUILDSTEPS)/libpbl.d $(COMMON_SDK_ITEMS)
EXTRAARGS_LIBCARES := --disable-shared
+ $(warning Using ancient libcurl)
VERSION_LIBCURL := 7.21.3
endif