mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
602 B
Diff
13 lines
602 B
Diff
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
|