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

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



Author: aurel32
Date: 2006-02-22 00:36:48 +0000 (Wed, 22 Feb 2006)
New Revision: 1206

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/amd64.mk
Log:
 * Remove old hack for gcc-3.4 on amd64.
 * Build with the compiler defined as default for glibc (ie currently
   gcc-4.0) instead of gcc on amd64.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-21 23:56:32 UTC (rev 1205)
+++ glibc-package/trunk/debian/changelog	2006-02-22 00:36:48 UTC (rev 1206)
@@ -73,6 +73,9 @@
     - Use an absolute symlink for /lib64 on amd64
   * Add myself to Uploaders.
   * Switch to gcc-4.0 on powerpc.
+  * Remove old hack for gcc-3.4 on amd64.
+  * Build with the compiler defined as default for glibc (ie currently 
+    gcc-4.0) instead of gcc on amd64.
 
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500
 

Modified: glibc-package/trunk/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-21 23:56:32 UTC (rev 1205)
+++ glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-22 00:36:48 UTC (rev 1206)
@@ -1,18 +1,9 @@
-CC = gcc
-BUILD_CC = gcc
-
 # build libc with nptl instead of linuxthreads
 libc_MIN_KERNEL_SUPPORTED = 2.6.0
 libc_add-ons = nptl $(add-ons)
 libc_extra_cflags = -O3
 libc_extra_config_options := $(extra_config_options) --with-tls --with-__thread
 
-# work around patch for gcc-3.4: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260710
-BUILD_CC_VERSION := $(shell $(BUILD_CC) -dumpversion | sed 's/\([0-9]*\.[0-9]*\)\(.*\)/\1/')
-ifeq ($(BUILD_CC_VERSION),3.4)
-	libc_extra_cflags += -g0
-endif
-
 # /lib64 and /usr/lib64 are provided by glibc instead base-files: #259302.
 define libc6_extra_pkg_install
 ln -sf /lib debian/$(curpass)/lib64



Reply to: