[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2883 - in glibc-package/trunk/debian: . patches patches/mips



Author: aurel32
Date: 2008-03-21 07:45:06 +0000 (Fri, 21 Mar 2008)
New Revision: 2883

Added:
   glibc-package/trunk/debian/patches/mips/local-gcc-ice.diff
   glibc-package/trunk/debian/patches/series.mips
   glibc-package/trunk/debian/patches/series.mipsel
Modified:
   glibc-package/trunk/debian/changelog
Log:
  * patches/mips/local-gcc-ice.diff: decrease optimisations on a few files
    to workaround gcc ICE on mips/mipsel n32/64.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-03-20 14:51:19 UTC (rev 2882)
+++ glibc-package/trunk/debian/changelog	2008-03-21 07:45:06 UTC (rev 2883)
@@ -42,6 +42,8 @@
   * Update Arabic debconf translation, by Ossama Khayat.  Closes: #471472.
   * rules.d/build.mk: reset LDFLAGS, as dpkg now defines it to a default 
     value which breaks the glibc.
+  * patches/mips/local-gcc-ice.diff: decrease optimisations on a few files
+    to workaround gcc ICE on mips/mipsel n32/64.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/cvs-blocked-exceptions.diff: new patch to dump
@@ -53,7 +55,7 @@
   * patches/hurd-i386/submitted-mig-init.diff: new patch to fix uninitialized
     local variables.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 20 Mar 2008 15:41:43 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 20 Mar 2008 23:04:28 +0100
 
 glibc (2.7-9) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/mips/local-gcc-ice.diff
===================================================================
--- glibc-package/trunk/debian/patches/mips/local-gcc-ice.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/mips/local-gcc-ice.diff	2008-03-21 07:45:06 UTC (rev 2883)
@@ -0,0 +1,20 @@
+diff --git a/inet/Makefile b/inet/Makefile
+index d7139c1..e2dfce4 100644
+--- a/inet/Makefile
++++ b/inet/Makefile
+@@ -98,3 +98,5 @@ ifeq (yes,$(build-static-nss))
+ otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
+              $(resolvobjdir)/libresolv.a
+ endif
++
++CFLAGS-ether_line.c += -O1
+diff --git a/stdio-common/Makefile b/stdio-common/Makefile
+index f9fc9da..d9bd367 100644
+--- a/stdio-common/Makefile
++++ b/stdio-common/Makefile
+@@ -127,3 +127,5 @@ bug15-ENV = LOCPATH=$(common-objpfx)localedata
+ ifneq (,$(filter %REENTRANT, $(defines)))
+ CPPFLAGS += -D_IO_MTSAFE_IO
+ endif
++
++CFLAGS-vfscanf.c += -O1

Added: glibc-package/trunk/debian/patches/series.mips
===================================================================
--- glibc-package/trunk/debian/patches/series.mips	                        (rev 0)
+++ glibc-package/trunk/debian/patches/series.mips	2008-03-21 07:45:06 UTC (rev 2883)
@@ -0,0 +1 @@
+local-gcc-ice.diff -p1

Added: glibc-package/trunk/debian/patches/series.mipsel
===================================================================
--- glibc-package/trunk/debian/patches/series.mipsel	                        (rev 0)
+++ glibc-package/trunk/debian/patches/series.mipsel	2008-03-21 07:45:06 UTC (rev 2883)
@@ -0,0 +1 @@
+local-gcc-ice.diff -p1


Reply to: