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

r1566 - in glibc-package/branches/glibc-2.4/debian: . sysdeps



Author: aurel32
Date: 2006-05-28 21:33:38 +0000 (Sun, 28 May 2006)
New Revision: 1566

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/s390.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
Log:
 * debian/sysdeps/*.mk: build the udeb with -Os, except on alpha, m68k and
   s390.
 * debian/sysdeps/hppa.mk: build the udeb with gcc 4.1.



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 21:33:38 UTC (rev 1566)
@@ -125,8 +125,9 @@
     sarge into etch.
   * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
     kfreebsd-i386 and kfreebsd-amd64.
-  * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and 
-    mipsel, powerpc and sparc.
+  * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and
+    s390.
+  * debian/sysdeps/hppa.mk: build the udeb with gcc 4.1.
   * debian/sysdeps/arm.mk: set udeb_MIN_KERNEL_SUPPORTED to 2.4.1, as the
     arm build daemons are still running a 2.4 kernel.
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -6,3 +6,6 @@
 
 # disabled for static linked pthread programs.
 libc_extra_config_options = $(extra_config_options) --without-__thread
+
+# udeb Config
+udeb_extra_cflags =

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -1,5 +1,5 @@
 # udeb Config
-udeb_extra_cflags = -Os
+udeb_add-ons = nptl $(add-ons)
 
 # build libc with nptl instead of linuxthreads
 libc_MIN_KERNEL_SUPPORTED = 2.6.0
@@ -43,4 +43,3 @@
 ln -sf /emul/ia32-linux/usr/lib debian/libc6-i386/usr/lib32
 endef
 
-udeb_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -1,7 +1,3 @@
-# udeb Config
-udeb_MIN_KERNEL_SUPPORTED = 2.4.1
-udeb_extra_cflags = -Os
-
 libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
 
 define libc6_extra_pkg_install
@@ -10,6 +6,9 @@
 ln -sf /usr/lib/i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
 endef
 
+# udeb Config
+udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+
 # NPTL requires at least i486 assembly.  We don't need to take
 # special measures for i386 systems, since Debian kernel images now
 # emulate the missing instructions on the i386.

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -20,7 +20,7 @@
 with_headers = --with-headers=$(shell pwd)/debian/include --enable-kernel=$(call xx,MIN_KERNEL_SUPPORTED)
 
 # udeb Config
-#udeb_extra_cflags = -Os
+udeb_extra_cflags = -Os
 udeb_MIN_KERNEL_SUPPORTED = 2.6.1
 udeb_add-ons = linuxthreads $(add-ons)
 udeb_extra_config_options = $(extra_config_options) --disable-sanity-checks

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -1,6 +1,8 @@
 MIN_KERNEL_SUPPORTED := 2.4.1
 
-udeb_MIN_KERNEL_SUPPORTED = 2.4.1
-
 libc_extra_config_options = $(extra_config_options) --without-tls --disable-sanity-checks
 libc_add-ons = ports linuxthreads $(add-ons)
+
+# udeb Config
+udeb_extra_cflags =
+udeb_MIN_KERNEL_SUPPORTED = 2.2.0

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -3,4 +3,3 @@
 
 # udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
-udeb_extra_cflags = -Os

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -3,4 +3,3 @@
 
 # udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
-udeb_extra_cflags = -Os

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -2,7 +2,6 @@
 
 # udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
-udeb_extra_cflags = -Os
 
 # NPTL Config
 GLIBC_PASSES += nptl

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/s390.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/s390.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/s390.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -1,6 +1,8 @@
 GLIBC_PASSES += nptl s390x
 DEB_ARCH_REGULAR_PACKAGES += libc6-s390x libc6-dev-s390x
 
+# udeb Config
+udeb_extra_cflags =
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
 s390x_configure_target = s390x-linux

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-05-28 21:11:10 UTC (rev 1565)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-05-28 21:33:38 UTC (rev 1566)
@@ -1,8 +1,5 @@
 libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
-# udeb Config
-udeb_extra_cflags = -Os
-
 # NPTL Config
 GLIBC_PASSES += nptl
 



Reply to: