- libjpeg & libpng are added from config options, no need to add them again

- move STRIP with other tools

svn path=/trunk/netsurf/; revision=4790
This commit is contained in:
François Revel 2008-07-29 09:10:43 +00:00
parent 5693c0500c
commit 73040da7a3
1 changed files with 1 additions and 3 deletions

View File

@ -92,6 +92,7 @@ VQ=@
PERL=perl
MKDIR=mkdir
TOUCH=touch
STRIP=strip
ifeq ($(TARGET),riscos)
ifeq ($(HOST),riscos)
@ -227,7 +228,6 @@ ifeq ($(HOST),beos)
LDFLAGS += -L/boot/home/config/lib
# some people do *not* have libm...
LDFLAGS += -lxml2 -lz -lcurl -lssl -lcrypto -liconv
LDFLAGS += -lmng -ljpeg
endif
# ----------------------------------------------------------------------------
@ -387,8 +387,6 @@ ifneq ($(GCCVER),2)
WARNFLAGS += -Wno-unused-parameter
endif
STRIP := strip
OPT0FLAGS = -O0
# -O and -O2 can use -Wuninitialized which gives us more static checking.
# unfortunately the optimiser is what provides the hints in the code tree