* Makefile.common: Don't attempt to pretty-print c++ errors.

This commit is contained in:
Christopher Faylor 2002-12-21 05:06:24 +00:00
parent b18962e228
commit 4631168afc
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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