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

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



Author: gotom
Date: 2005-08-15 01:47:15 +0000 (Mon, 15 Aug 2005)
New Revision: 997

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/hppa.mk
Log:
    * debian/sysdeps/hppa.mk: Use gcc-3.3 as the default compiler because
      gcc-4.0 has serious bug, and gcc-3.4 cannot compile glibc.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-15 01:46:47 UTC (rev 996)
+++ glibc-package/trunk/debian/changelog	2005-08-15 01:47:15 UTC (rev 997)
@@ -14,6 +14,9 @@
       - debian/debhelper.in/libc.preinst: Change guard to 2.3.5-1.
       - debian/debhelper.in/libc.postinst: Likewise.
 
+    * debian/sysdeps/hppa.mk: Use gcc-3.3 as the default compiler because
+      gcc-4.0 has serious bug, and gcc-3.4 cannot compile glibc.
+
  -- GOTO Masanori <gotom@debian.org>  Sat,  6 Aug 2005 06:52:42 +0900
 
 glibc (2.3.5-3) unstable; urgency=low

Modified: glibc-package/trunk/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/hppa.mk	2005-08-15 01:46:47 UTC (rev 996)
+++ glibc-package/trunk/debian/sysdeps/hppa.mk	2005-08-15 01:47:15 UTC (rev 997)
@@ -1,3 +1,9 @@
+# work around to build on hppa, due to newer gcc breaks.
+# gcc-4.0 is:  See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23369
+# gcc-3.4 is under investigation.
+CC = gcc-3.3
+BUILD_CC = gcc-3.3
+
 # hppa64 needs symlink /usr/hppa64-linux/include to /usr/include
 # (See: Bug#239020)  In future we may drop this file with supporting hppa64.
 



Reply to: