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

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



Author: aurel32
Date: 2006-05-25 22:04:11 +0000 (Thu, 25 May 2006)
New Revision: 1527

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/amd64.mk
   glibc-package/trunk/debian/sysdeps/i386.mk
   glibc-package/trunk/debian/sysdeps/mips.mk
   glibc-package/trunk/debian/sysdeps/mipsel.mk
Log:
  * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and 
    mipsel.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-25 19:45:54 UTC (rev 1526)
+++ glibc-package/trunk/debian/changelog	2006-05-25 22:04:11 UTC (rev 1527)
@@ -19,6 +19,8 @@
     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.
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from
     glibc-bsd).
 

Modified: glibc-package/trunk/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/amd64.mk	2006-05-25 19:45:54 UTC (rev 1526)
+++ glibc-package/trunk/debian/sysdeps/amd64.mk	2006-05-25 22:04:11 UTC (rev 1527)
@@ -1,3 +1,6 @@
+# udeb Config
+udeb_extra_cflags = -Os
+
 # build libc with nptl instead of linuxthreads
 libc_MIN_KERNEL_SUPPORTED = 2.6.0
 libc_add-ons = nptl $(add-ons)

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2006-05-25 19:45:54 UTC (rev 1526)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2006-05-25 22:04:11 UTC (rev 1527)
@@ -1,4 +1,6 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os
 
 # Starting with libc6 2.3.6-6 TLS support is enabled
 libc6_shlib_dep = libc6 (>= 2.3.6-6)

Modified: glibc-package/trunk/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/mips.mk	2006-05-25 19:45:54 UTC (rev 1526)
+++ glibc-package/trunk/debian/sysdeps/mips.mk	2006-05-25 22:04:11 UTC (rev 1527)
@@ -1 +1,3 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os

Modified: glibc-package/trunk/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/mipsel.mk	2006-05-25 19:45:54 UTC (rev 1526)
+++ glibc-package/trunk/debian/sysdeps/mipsel.mk	2006-05-25 22:04:11 UTC (rev 1527)
@@ -1 +1,3 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os



Reply to: