diff options
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/hppa/Makefile')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/hppa/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/Makefile b/ports/sysdeps/unix/sysv/linux/hppa/Makefile new file mode 100644 index 0000000000..4c3a1148ca --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/hppa/Makefile @@ -0,0 +1,5 @@ +# Used by *context() functions +ifeq ($(subdir),stdlib) +gen-as-const-headers += ucontext_i.sym +endif + |