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

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



Author: aurel32
Date: 2006-05-25 19:44:44 +0000 (Thu, 25 May 2006)
New Revision: 1525

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-25 03:12:01 UTC (rev 1524)
+++ glibc-package/trunk/debian/changelog	2006-05-25 19:44:44 UTC (rev 1525)
@@ -17,6 +17,8 @@
   * debian/local/manpages/iconv.1: fix the indentation (Closes: #316148)
   * debian/local/manpages/iconv.1, debian/local/manpages/localedef.1: change
     sarge into etch.
+  * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
+    kfreebsd-i386 and kfreebsd-amd64.
 
   [ Denis Barbier ]
   * Add patches/all/submitted-new-brf-encoding.diff: Add new BRF encoding

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2006-05-25 03:12:01 UTC (rev 1524)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2006-05-25 19:44:44 UTC (rev 1525)
@@ -21,7 +21,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 := 5.4.0
 
 KERNEL_HEADER_DIR = $(stamp)mkincludedir



Reply to: