]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- gcc 3.4 fixes auto/ac/uClibc-0_9_26-3
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 29 Apr 2004 07:22:31 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-gcc34.patch -> 1.1
    uClibc.spec -> 1.92

uClibc-gcc34.patch [new file with mode: 0644]
uClibc.spec

diff --git a/uClibc-gcc34.patch b/uClibc-gcc34.patch
new file mode 100644 (file)
index 0000000..d42d32a
--- /dev/null
@@ -0,0 +1,11 @@
+--- uClibc-0.9.26/libc/sysdeps/linux/i386/bits/machine-gmon.h.orig     2003-09-07 05:17:10.000000000 +0200
++++ uClibc-0.9.26/libc/sysdeps/linux/i386/bits/machine-gmon.h  2004-04-29 09:11:41.487725776 +0200
+@@ -30,7 +30,7 @@
+ /* We must not pollute the global namespace.  */
+ #define mcount_internal __mcount_internal
+-extern void mcount_internal (u_long frompc, u_long selfpc);
++extern void __attribute((regparm(2))) mcount_internal (u_long frompc, u_long selfpc);
+ #define _MCOUNT_DECL(frompc, selfpc) \
+ void __attribute__ (( regparm (2) )) mcount_internal (u_long frompc, u_long selfpc)
index 486c967a5034fcff70c2cbdfdd958b90253e37ca..97cd0dc57499c3ae333ce34b2e8dcb26fc5b854d 100644 (file)
@@ -20,6 +20,7 @@ Patch4:               %{name}-sparc.patch
 Patch5:                %{name}-toolchain-wrapper.patch
 Patch6:                %{name}-targetcpu.patch
 Patch7:                %{name}-linux2.6.patch
+Patch8:                %{name}-gcc34.patch
 URL:           http://uclibc.org/
 BuildRequires: gcc >= 3.0
 BuildRequires: sed >= 4.0
@@ -74,6 +75,7 @@ Biblioteki statyczne uClibc.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 sed -e '
 %ifarch sparc sparc64
This page took 0.415681 seconds and 4 git commands to generate.