diff options
author | sibel <lesibel@free.fr> | 2010-11-18 07:58:53 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-11-18 07:58:53 +0100 |
commit | a2c5b8fb27e02645167a14f87820e2f7f5c39a14 (patch) | |
tree | c4a5f91e73679092ed5a64a0cae8ed10091ec31d /base/glibc/glibc-__i686.patch | |
parent | 0e2af9fe43edc84c1e7c3bb4697fdcc61a273406 (diff) | |
download | nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.gz nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.bz2 nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.xz nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.zip |
glibc maj 2.12.1-1
Diffstat (limited to 'base/glibc/glibc-__i686.patch')
-rw-r--r-- | base/glibc/glibc-__i686.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/base/glibc/glibc-__i686.patch b/base/glibc/glibc-__i686.patch new file mode 100644 index 000000000..28d5dd424 --- /dev/null +++ b/base/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 |