Add Changelog ...
[jlayton/glibc.git] / sysdeps / mips / Makefile
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
5
6 ifeq ($(subdir),setjmp)
7 sysdep_routines += setjmp_aux
8 endif
9
10 ifeq ($(subdir),rt)
11 librt-sysdep_routines += rt-sysdep
12 endif
13
14 ifeq ($(subdir),debug)
15 CFLAGS-backtrace.c += -funwind-tables
16 endif
17
18 ifeq ($(subdir),csu)
19 CPPFLAGS-crti.S += $(pic-ccflag)
20 CPPFLAGS-crtn.S += $(pic-ccflag)
21 endif
22
23 ifeq ($(subdir),nptl)
24 CPPFLAGS-pt-crti.S += $(pic-ccflag)
25 CPPFLAGS-crtn.S += $(pic-ccflag)
26 endif
27
28 ASFLAGS-.os += $(pic-ccflag)