Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-18 20:40:59 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-18 20:40:59 +0400
commit522483e4f65302d35bfbaf7750b3cf82e2def2a9 (patch)
treeb4ac269d0ed2e2f288b74358232d78837e1c6cd8
parent00314d7e1603579c6746d229a8f95329536fcef6 (diff)
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
-rw-r--r--winsup/ChangeLog4
-rw-r--r--winsup/Makefile.common2
2 files changed, 5 insertions, 1 deletions
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 <V.Haisman@sh.cvut.cz>
+
+ * Makefile.common (CFLAGS_COMMON): Remove -march=i386.
+
2003-07-01 Christopher Faylor <cgf@redhat.com>
* 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