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

r5460 - glibc-package/branches/eglibc-2.17/debian/sysdeps



Author: adconrad
Date: 2013-01-25 01:37:05 +0000 (Fri, 25 Jan 2013)
New Revision: 5460

Modified:
   glibc-package/branches/eglibc-2.17/debian/sysdeps/hurd.mk
Log:
Make hurd.mk slightly more consistent with the other kernel.mk variants

Modified: glibc-package/branches/eglibc-2.17/debian/sysdeps/hurd.mk
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/sysdeps/hurd.mk	2013-01-25 01:30:37 UTC (rev 5459)
+++ glibc-package/branches/eglibc-2.17/debian/sysdeps/hurd.mk	2013-01-25 01:37:05 UTC (rev 5460)
@@ -1,10 +1,11 @@
 # This is for the GNU OS.  Commonly known as the Hurd.
-
 EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
+libc = libc0.3
 
-# do not enable nscd
+# Linuxthreads Config (we claim "no threads" as nptl keys off this)
 threads = no
-libc = libc0.3
+libc_add-ons = libpthread $(add-ons)
+libc_extra_config_options := $(extra_config_options)
 
 # Glibc should really do this for us.
 define libc_extra_install
@@ -16,8 +17,3 @@
 define kernel_check
 true
 endef
-
-libc_extra_config_options := $(extra_config_options)
-
-libc_add-ons = libpthread $(add-ons)
-


Reply to: