mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
This commit is contained in:
parent
00314d7e16
commit
522483e4f6
@ -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>
|
2003-07-01 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Add --enable-server option.
|
* configure.in: Add --enable-server option.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# This makefile requires GNU make.
|
# 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_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc
|
||||||
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o
|
MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user