summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 876e679c4..f04ccdd1d 100644
--- a/Makefile
+++ b/Makefile
@@ -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