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