diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 00:15:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 02:29:30 -0400 |
commit | 18855eca3202da90bd4111168a1bf15f7100c435 (patch) | |
tree | f83c23bca298f39ff70f08e842ce085dae5ee34a /sysdeps | |
parent | 1eb8bf804937bea53f5e8cfa2f84d256373cdb64 (diff) | |
download | glibc-18855eca3202da90bd4111168a1bf15f7100c435.tar glibc-18855eca3202da90bd4111168a1bf15f7100c435.tar.gz glibc-18855eca3202da90bd4111168a1bf15f7100c435.tar.bz2 glibc-18855eca3202da90bd4111168a1bf15f7100c435.zip |
ia64: clean up old kernel headers cruft
This define made more sense in the pre-sanitized kernel headers days,
but since we require kernel versions that are sanitized, we don't need
this hack anymore.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile index 359e0c26f6..1de62c528a 100644 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -21,10 +21,6 @@ ifeq ($(subdir),rt) librt-routines += rt-sysdep endif -# This is a crude attempt to silence the compiler which complains about -# then 'current' definition in the kernel headers. -CPPFLAGS += -D_ASM_IA64_CURRENT_H - ifeq ($(subdir),nptl) libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp endif |