Magellan Linux

Annotation of /trunk/glibc/patches/glibc-2.12.1-but-I-am-an-i686.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1183 - (hide annotations) (download)
Wed Oct 20 16:28:47 2010 UTC (13 years, 7 months ago) by niro
File size: 634 byte(s)
more patches
1 niro 1183 --- glibc-2.12-62-gb08c89d/sysdeps/i386/i686/Makefile
2     +++ glibc-2.12.90-6/sysdeps/i386/i686/Makefile
3     @@ -9,19 +9,3 @@ stack-align-test-flags += -msse
4     ifeq ($(subdir),string)
5     sysdep_routines += cacheinfo
6     endif
7     -
8     -ifeq (yes,$(config-asflags-i686))
9     -CFLAGS-.o += -Wa,-mtune=i686
10     -CFLAGS-.os += -Wa,-mtune=i686
11     -CFLAGS-.op += -Wa,-mtune=i686
12     -CFLAGS-.og += -Wa,-mtune=i686
13     -CFLAGS-.ob += -Wa,-mtune=i686
14     -CFLAGS-.oS += -Wa,-mtune=i686
15     -
16     -ASFLAGS-.o += -Wa,-mtune=i686
17     -ASFLAGS-.os += -Wa,-mtune=i686
18     -ASFLAGS-.op += -Wa,-mtune=i686
19     -ASFLAGS-.og += -Wa,-mtune=i686
20     -ASFLAGS-.ob += -Wa,-mtune=i686
21     -ASFLAGS-.oS += -Wa,-mtune=i686
22     -endif