From 0b31296d95d2e0f18abf69f30d0946e3a1f35672 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Jan 2012 23:14:56 +0000 Subject: Sun Jan 15 23:14:55 UTC 2012 --- multilib-staging/lib32-glibc/glibc-__i686.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multilib-staging/lib32-glibc/glibc-__i686.patch (limited to 'multilib-staging/lib32-glibc/glibc-__i686.patch') diff --git a/multilib-staging/lib32-glibc/glibc-__i686.patch b/multilib-staging/lib32-glibc/glibc-__i686.patch new file mode 100644 index 000000000..28d5dd424 --- /dev/null +++ b/multilib-staging/lib32-glibc/glibc-__i686.patch @@ -0,0 +1,13 @@ +diff -Naur glibc-old//sysdeps/i386/Makefile glibc//sysdeps/i386/Makefile +--- glibc-old//sysdeps/i386/Makefile 2010-03-18 11:52:30.000000000 +1000 ++++ glibc//sysdeps/i386/Makefile 2010-04-16 15:05:50.000000000 +1000 +@@ -1,6 +1,7 @@ + # The mpn functions need a #define for asm syntax flavor. +-# Every i386 port in use uses gas syntax (I think). +-asm-CPPFLAGS += -DGAS_SYNTAX ++# Every i386 port in use uses gas syntax (I think). Don't replace ++# __i686 in __i686.get_pc_thunk.bx. ++asm-CPPFLAGS += -DGAS_SYNTAX -U __i686 + + # The i386 `long double' is a distinct type we support. + long-double-fcts = yes -- cgit v1.2.3-54-g00ecf