diff options
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/sh/Makefile')
-rw-r--r-- | REORG.TODO/sysdeps/unix/sysv/linux/sh/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/sh/Makefile b/REORG.TODO/sysdeps/unix/sysv/linux/sh/Makefile new file mode 100644 index 0000000000..dd3b382ac1 --- /dev/null +++ b/REORG.TODO/sysdeps/unix/sysv/linux/sh/Makefile @@ -0,0 +1,16 @@ +ifeq ($(subdir),io) +sysdep_routines += pipe +endif + +ifeq ($(subdir),stdlib) +gen-as-const-headers += ucontext_i.sym +endif + +ifeq ($(subdir),misc) +gen-as-const-headers += sigaltstack-offsets.sym +endif + +ifeq ($(subdir),math) +# The libm.so link can't find __fpscr_values +libm.so-no-z-defs = yes +endif |