diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 12:47:31 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:22 -0700 |
commit | bcf5524012216fee3a7668a3b43aad3243a083b0 (patch) | |
tree | 88c2c8d57cfcfb8d920508f9c9d7378dc88c0bd6 /sysdeps/mach/hurd/i386/Makefile | |
parent | 6178c55bdbb1e434b594e5f8563b6948f8f3edc0 (diff) | |
download | glibc-bcf5524012216fee3a7668a3b43aad3243a083b0.tar glibc-bcf5524012216fee3a7668a3b43aad3243a083b0.tar.gz glibc-bcf5524012216fee3a7668a3b43aad3243a083b0.tar.bz2 glibc-bcf5524012216fee3a7668a3b43aad3243a083b0.zip |
Hurd: ____longjmp_chk
Diffstat (limited to 'sysdeps/mach/hurd/i386/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 0eef17e8f2..5f988097c2 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -2,3 +2,7 @@ ifeq ($(subdir),misc) sysdep_routines += ioperm sysdep_headers += sys/io.h endif + +ifeq ($(subdir),debug) +gen-as-const-headers += signal-defines.sym +endif |