]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1999-07-27 Mark Kettenis <kettenis@gnu.org>
authorRoland McGrath <roland@gnu.org>
Wed, 28 Jul 1999 18:18:59 +0000 (18:18 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Jul 1999 18:18:59 +0000 (18:18 +0000)
* sysdeps/mach/hurd/Makefile [stdio-common]: Set inhibit-siglist.
(The code this disables is entirely gone in the main branch,
so this change does not need to be propagated from the 2.1 branch.)

sysdeps/mach/hurd/Makefile

index b18f9f100e170ba5c57dd747fa3a3b3ae7bb5866..024952351d0e0041187ec8152cf2ea3a219c7341 100644 (file)
@@ -183,6 +183,11 @@ ifeq (hurd, $(subdir))
 sysdep_routines += cthreads
 endif
 
+ifeq (stdio-common, $(subdir))
+# Just disable the auto generation in sysdeps/generic
+inhibit-siglist := yes
+endif
+
 ifeq (posix, $(subdir))
 sysdep_routines += clk_tck
 endif