diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 0f563f082a..0e87d09142 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -43,5 +43,10 @@ ifeq ($(subdir), termios) sysdep_headers += termio.h endif +ifeq ($(subdir), stdio-common) +# Just disable the auto generation in sysdeps/generic +inhibit-siglist := yes +endif + # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes |