aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-21 05:06:24 +0000
committerChristopher Faylor <me@cgf.cx>2002-12-21 05:06:24 +0000
commit4631168afca34c476e6125de5fbdf06649c5dd72 (patch)
treeaac4c1bd06037d38a7d45cf72afa3ed8e503bab0
parentb18962e228dc5a9b4729acd79078fca1389f2ba7 (diff)
downloadnewlib-4631168afca34c476e6125de5fbdf06649c5dd72.zip
newlib-4631168afca34c476e6125de5fbdf06649c5dd72.tar.gz
newlib-4631168afca34c476e6125de5fbdf06649c5dd72.tar.bz2
* Makefile.common: Don't attempt to pretty-print c++ errors.
-rw-r--r--winsup/ChangeLog4
-rw-r--r--winsup/Makefile.common2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index d61517a..406b004 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-21 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.common: Don't attempt to pretty-print c++ errors.
+
2002-12-12 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Define MINGW_LDFLAGS.
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 12e5356..eda85cd 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -10,7 +10,7 @@
# This makefile requires GNU make.
-CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin# -finline-functions
+CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -Winline -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