diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 19:38:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 19:38:29 +0100 |
commit | 2e52dff41fcf176107a6396cacd03de79390b247 (patch) | |
tree | 3d0d59bcb02cb2e16ed78f7d8854e4f6fc316186 /sysdeps/mach/configure.ac | |
parent | 625ba81ef5ed7b65269f88c5d85d4d9c0380c685 (diff) | |
download | glibc-2e52dff41fcf176107a6396cacd03de79390b247.tar.gz glibc-2e52dff41fcf176107a6396cacd03de79390b247.tar.xz glibc-2e52dff41fcf176107a6396cacd03de79390b247.zip |
hurd: Build stubs for new gnumach.defs
* mach/Makefile (user-interfaces): Add mach/gnumach. * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach. * sysdeps/mach/configure (mach_interface_list): Regenerate.
Diffstat (limited to 'sysdeps/mach/configure.ac')
-rw-r--r-- | sysdeps/mach/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac index 3033fec946..cadecae884 100644 --- a/sysdeps/mach/configure.ac +++ b/sysdeps/mach/configure.ac @@ -59,7 +59,7 @@ dnl but we don't do a check for that here because in a bare dnl environment the compile against those headers will fail. dnl mach_interface_list= -for ifc in mach mach4 \ +for ifc in mach mach4 gnumach \ clock clock_priv host_priv host_security ledger lock_set \ processor processor_set task task_notify thread_act vm_map \ memory_object memory_object_default default_pager \ |