summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-15 12:56:19 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-15 12:56:19 +0000
commit3987db470234422034eb3d489e449ab05227f3d9 (patch)
treee7bfa8f05be1b41edd8aa51fa164b3977c063653
parent34db852b01c5272769ec2ba1f3629ef55e724248 (diff)
downloadnetsurf-3987db470234422034eb3d489e449ab05227f3d9.tar.gz
netsurf-3987db470234422034eb3d489e449ab05227f3d9.tar.bz2
Remove some more options that aren't needed with latest SDK
svn path=/trunk/netsurf/; revision=6530
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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