* Makefile.common (CFLAGS_COMMON): Remove -march=i386.

This commit is contained in:
Christopher Faylor 2003-07-18 16:40:59 +00:00
parent 00314d7e16
commit 522483e4f6
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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