blob: 01a0e8310f9a1dea908902b4c82bb0b62f4aa6d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ifeq ($(subdir),signal)
sysdep_routines += __sigtrampoline
endif
asm-CPPFLAGS=-D__ASSEMBLY__
ASFLAGS-.os=-fPIC
# When I get this to work, this is the right thing
ifeq ($(subdir),elf)
CFLAGS-rtld.c += -mv8
#rtld-routines += dl-sysdepsparc
endif # elf
|