blob: 016290646a58234289a0286e9e7c90b86ceed72b (
plain)
1
2
3
4
5
6
7
8
|
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
|