summaryrefslogtreecommitdiffstats
path: root/winsup/Makefile.common
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-02 02:30:16 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-02 02:30:16 +0000
commit1847a1637dab3a009298f3451b962d2ac48d0bae (patch)
tree789b9f3dc96a7be8f90e5137983d6c5c3108616a /winsup/Makefile.common
parentf7ba12a587127bd4655984f00a694e0ad669999a (diff)
downloadcygnal-1847a1637dab3a009298f3451b962d2ac48d0bae.tar.gz
cygnal-1847a1637dab3a009298f3451b962d2ac48d0bae.tar.bz2
cygnal-1847a1637dab3a009298f3451b962d2ac48d0bae.zip
* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy on
newer versions of gcc.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index b028146ec..5a7ba59f3 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -10,7 +10,7 @@
# This makefile requires GNU make.
-CFLAGS_COMMON:=-march=i386 -Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin -fmessage-length=0# -finline-functions
+CFLAGS_COMMON:=-march=i386 -Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0# -finline-functions
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o