From 3987db470234422034eb3d489e449ab05227f3d9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Feb 2009 12:56:19 +0000 Subject: Remove some more options that aren't needed with latest SDK svn path=/trunk/netsurf/; revision=6530 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7e041587..86264d4fd 100644 --- a/Makefile +++ b/Makefile @@ -484,8 +484,8 @@ ifeq ($(TARGET),amiga) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG support)) $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering)) - CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . -Dnsamiga - LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lraauto -lparserutils -mcrt=newlib + CFLAGS += -D__USE_INLINE__ -std=c99 -I . -Dnsamiga + LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lparserutils ifeq ($(NETSURF_USE_SSL),YES) LDFLAGS += -lssl -lcrypto endif -- cgit v1.2.3