* Makefile.common: Don't attempt to pretty-print c++ errors.
This commit is contained in:
parent
b18962e228
commit
4631168afc
winsup
|
@ -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>
|
2002-12-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.common: Define MINGW_LDFLAGS.
|
* Makefile.common: Define MINGW_LDFLAGS.
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
# This makefile requires GNU make.
|
# 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_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc
|
||||||
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o
|
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue