PATCH: remove -march=i386 from Makfefile.common

Vaclav Haisman V.Haisman@sh.cvut.cz
Fri Jul 18 16:32:00 GMT 2003


Hi,
I would like to apply this tiny patch. The -march=i386 in Makefile.common
defeats any user speciefied flag (-march=athlon for me).

Vaclav Haisman

2003-07-18  Vaclav Haisman  <V.Haisman@sh.cvut.cz>

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



-------------- next part --------------
Index: winsup/Makefile.common
===================================================================
RCS file: /cvs/src/src/winsup/Makefile.common,v
retrieving revision 1.46
diff -u -r1.46 Makefile.common
--- winsup/Makefile.common	2 Jul 2003 02:30:16 -0000	1.46
+++ winsup/Makefile.common	18 Jul 2003 16:23:32 -0000
@@ -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
 


More information about the Cygwin-patches mailing list