diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile index c89ec83182..2e031e2f8a 100644 --- a/sysdeps/unix/sysv/linux/hppa/Makefile +++ b/sysdeps/unix/sysv/linux/hppa/Makefile @@ -14,3 +14,7 @@ test-xfail-check-execstack = yes test-xfail-check-wx-segment = * endif # $(subdir) == elf + +ifeq ($(subdir),debug) +test-xfail-tst-ssp-1 = $(have-ssp) +endif # $(subdir) == debug |