From ed14f73cc2f859348e26639fd7a96264640ec614 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 3 Nov 2001 19:56:52 +0000 Subject: [PATCH] * Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3 doesn't work well with it. --- winsup/ChangeLog | 5 +++++ winsup/Makefile.common | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 3e60f0b17..16aa4e3f5 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,8 @@ +2001-11-03 Christopher Faylor + + * Makefile.common: Remove preferred-stack-boundary setting since gcc + 2.95.3 doesn't work well with it. + 2001-11-01 Christopher Faylor * Makefile.common: Add some stuff to common CFLAGS. diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 33950367d..d81efcb60 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -10,7 +10,7 @@ # This makefile requires GNU make. -CFLAGS_COMMON:=-Wall -Wwrite-strings -mpreferred-stack-boundary=2 -fno-common -pipe -Winline -fbuiltin# -finline-functions +CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -Winline -fbuiltin# -finline-functions MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o