Add Changelog ...
[glibc.git] / sysdeps / mips / Makefile
bloba1526998e0d7a80441973493e288034cddd7ae5a
1 ifeq ($(subdir),misc)
2 sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
3 sys/asm.h sgidefs.h
4 endif
6 ifeq ($(subdir),setjmp)
7 sysdep_routines += setjmp_aux
8 endif
10 ifeq ($(subdir),rt)
11 librt-sysdep_routines += rt-sysdep
12 endif
14 ifeq ($(subdir),debug)
15 CFLAGS-backtrace.c += -funwind-tables
16 endif
18 ifeq ($(subdir),csu)
19 CPPFLAGS-crti.S += $(pic-ccflag)
20 CPPFLAGS-crtn.S += $(pic-ccflag)
21 endif
23 ifeq ($(subdir),nptl)
24 CPPFLAGS-pt-crti.S += $(pic-ccflag)
25 CPPFLAGS-crtn.S += $(pic-ccflag)
26 endif
28 ASFLAGS-.os += $(pic-ccflag)