summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/ChangeLog5
-rw-r--r--winsup/Makefile.common2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index a98a2ee80..5dd920afe 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,5 +1,10 @@
2003-07-01 Christopher Faylor <cgf@redhat.com>
+ * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too
+ noisy on newer versions of gcc.
+
+2003-07-01 Christopher Faylor <cgf@redhat.com>
+
* configure.in: Add cygserver subdir.
* Makefile.in: Ditto.
* configure: Regenerate.
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