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

r959 - in glibc-package/trunk/debian: . sysdeps



Author: gotom
Date: 2005-07-21 18:05:29 +0000 (Thu, 21 Jul 2005)
New Revision: 959

Added:
   glibc-package/trunk/debian/sysdeps/m68k.mk
Modified:
   glibc-package/trunk/debian/changelog
Log:
    * To make glibc-2.3.5 buildable with gcc-3.4:
      - debian/sysdeps/m68k.mk: New file, to use gcc-3.4 as CC and BUILD_CC
        due to gcc-4.0 ICE.  See #319312.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-07-21 18:04:04 UTC (rev 958)
+++ glibc-package/trunk/debian/changelog	2005-07-21 18:05:29 UTC (rev 959)
@@ -18,6 +18,10 @@
         compilation breakage by changing static inline to auto inline for
         dl-machine.h.
 
+    * To make glibc-2.3.5 buildable with gcc-3.4:
+      - debian/sysdeps/m68k.mk: New file, to use gcc-3.4 as CC and BUILD_CC
+        due to gcc-4.0 ICE.  See #319312.
+
     * Michael Banck <mbanck@debian.org>:
       - debian/patches/hurd-enable-ldconfig.dpatch: New file, to build ldconfig
         again on Hurd.  (Closes: #309489)

Added: glibc-package/trunk/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/m68k.mk	2005-07-21 18:04:04 UTC (rev 958)
+++ glibc-package/trunk/debian/sysdeps/m68k.mk	2005-07-21 18:05:29 UTC (rev 959)
@@ -0,0 +1,4 @@
+# work around to build on m68k, due to gcc-4.0 ICE.  See #319312.
+CC = gcc-3.4
+BUILD_CC = gcc-3.4
+



Reply to: