Magellan Linux

Annotation of /trunk/glibc/patches/glibc-2.12.1-i686.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1072 - (hide annotations) (download)
Tue Aug 17 01:30:20 2010 UTC (13 years, 9 months ago) by niro
File size: 602 byte(s)
patches for 2.12

1 niro 1072 diff -Naur glibc-old//sysdeps/i386/Makefile glibc//sysdeps/i386/Makefile
2     --- glibc-old//sysdeps/i386/Makefile 2010-03-18 11:52:30.000000000 +1000
3     +++ glibc//sysdeps/i386/Makefile 2010-04-16 15:05:50.000000000 +1000
4     @@ -1,6 +1,7 @@
5     # The mpn functions need a #define for asm syntax flavor.
6     -# Every i386 port in use uses gas syntax (I think).
7     -asm-CPPFLAGS += -DGAS_SYNTAX
8     +# Every i386 port in use uses gas syntax (I think). Don't replace
9     +# __i686 in __i686.get_pc_thunk.bx.
10     +asm-CPPFLAGS += -DGAS_SYNTAX -U __i686
11    
12     # The i386 `long double' is a distinct type we support.
13     long-double-fcts = yes