/usr/src/glibc/debian/sysdeps/hurd.mk is in eglibc-source 2.19-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # This is for the GNU OS. Commonly known as the Hurd.
libc = libc0.3
# Build and expect pt_chown on this platform
pt_chown = yes
# Linuxthreads Config (we claim "no threads" as nptl keys off this)
threads = no
libc_add-ons = libpthread $(add-ons)
libc_extra_config_options := $(extra_config_options)
# Glibc should really do this for us.
define libc_extra_install
mkdir -p debian/tmp-$(curpass)/lib
ln -s ld.so.1 debian/tmp-$(curpass)/lib/ld.so
endef
# Do not care about kernel versions for now.
define kernel_check
true
endef
|