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

Re: r1521 - glibc-package/branches/glibc-2.4/debian/sysdeps



Clint Adams a écrit :
Author: schizo
Date: 2006-05-24 14:03:53 +0000 (Wed, 24 May 2006)
New Revision: 1521

Modified:
   glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk
Log:
how did this work before?

Well, I don't know on the 2.4 branch, but on the 2.3 branch the idea is to use linuxthreads instead of nptl, even on amd64, because the resulting udeb is smaller. And we don't really need the new functions of the NPTL threads for d-i. Also it is note possible to build the NPTL library with -Os, because the testsuite show some errors, at least on 2.3.6.

As a side note, I have made some test builds with -Os on some architectures, I have to test them, and enable the build with -Os, on those architectures. The gain in size will be used for example to switch d-i to dhcp3 instead of dhcp2.


Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk	2006-05-23 11:07:53 UTC (rev 1520)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/amd64.mk	2006-05-24 14:03:53 UTC (rev 1521)
@@ -39,3 +39,5 @@
 ln -sf /emul/ia32-linux/lib debian/libc6-i386/lib32
 ln -sf /emul/ia32-linux/usr/lib debian/libc6-i386/usr/lib32
 endef
+
+udeb_add-ons = nptl $(add-ons)




--
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net



Reply to: