From 522483e4f65302d35bfbaf7750b3cf82e2def2a9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 18 Jul 2003 16:40:59 +0000 Subject: [PATCH] * Makefile.common (CFLAGS_COMMON): Remove -march=i386. --- winsup/ChangeLog | 4 ++++ winsup/Makefile.common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 9d0016370..b409de956 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,7 @@ +2003-07-18 Vaclav Haisman + + * Makefile.common (CFLAGS_COMMON): Remove -march=i386. + 2003-07-01 Christopher Faylor * configure.in: Add --enable-server option. diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 5a7ba59f3..8e5bbda9d 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -10,7 +10,7 @@ # This makefile requires GNU make. -CFLAGS_COMMON:=-march=i386 -Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0# -finline-functions +CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -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