summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-08 02:56:49 +0000
committerChristopher Faylor <me@cgf.cx>2003-02-08 02:56:49 +0000
commit9cca06eea1c41b643d102bd00b121df86b12ec5f (patch)
tree44c8696fec6f39fbe7e46de8984902ca4bcdca1b /winsup/testsuite/Makefile.in
parent3202ad2b9e81df3bd61afa56fd2622e115b334c3 (diff)
downloadcygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.tar.gz
cygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.tar.bz2
cygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.zip
* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r--winsup/testsuite/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index bb3d5c9c9..14b6ab256 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -56,7 +56,6 @@ else
CFLAGS:=@CFLAGS@ -MD $(TESTSUP_INCLUDES)
endif
CXXFLAGS:=@CXXFLAGS@
-export ALL_CFLAGS
AR:=@AR@
AR_FLAGS:=qv
@@ -92,6 +91,10 @@ RUNTIME=$(cygwin_build)/new-cygwin1.dll $(cygwin_build)/new-libcygwin.a
TESTSUP_LIB_NAME:=libltp.a
TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_srcdir)/lib/*.c}}}}}
+override ALL_CFLAGS:=${filter-out -O%,$(ALL_CFLAGS)}
+override COMPILE_CC:=${filter-out -O%,$(COMPILE_CC)}
+override CFLAGS:=${filter-out -O%,$(CFLAGS)}
+
.PHONY: all force dll_ofiles install all_target install_target all_host install_host
.SUFFIXES: