mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
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.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-07-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
|
||||
the -D_ASM_IA64_CURRENT_H flag.
|
||||
|
||||
2015-07-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
[BZ #18641]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user