summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/hppa/Makefile
blob: e1637f54f508c007e6b9661b83839a47daa20cac (plain)
1
2
3
4
5
6
7
8
9
10
11
# Used by *context() functions
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif

# Supporting non-executable stacks on HPPA requires changes to both
# the Linux kernel and glibc. The kernel currently needs an executable
# stack for syscall restarts and signal returns.
ifeq ($(subdir),elf)
test-xfail-check-execstack = yes
endif