aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-03 19:56:52 +0000
committerChristopher Faylor <me@cgf.cx>2001-11-03 19:56:52 +0000
commited14f73cc2f859348e26639fd7a96264640ec614 (patch)
tree6537f0a98890ed28c1a09d3a1316285fc90fe97f
parentc41570695a46cf3a4f1cf3f72db353c963f40f7e (diff)
downloadnewlib-ed14f73cc2f859348e26639fd7a96264640ec614.zip
newlib-ed14f73cc2f859348e26639fd7a96264640ec614.tar.gz
newlib-ed14f73cc2f859348e26639fd7a96264640ec614.tar.bz2
* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3
doesn't work well with it.
-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 3e60f0b..16aa4e3 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-03 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.common: Remove preferred-stack-boundary setting since gcc
+ 2.95.3 doesn't work well with it.
+
2001-11-01 Christopher Faylor <cgf@redhat.com>
* Makefile.common: Add some stuff to common CFLAGS.
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 3395036..d81efcb 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