glibc/ports/sysdeps/mips/Makefile

29 lines
533 B
Makefile
Raw Normal View History

1999-01-01 02:12:40 +08:00
ifeq ($(subdir),misc)
sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
sys/asm.h sgidefs.h
1999-01-01 02:12:40 +08:00
endif
1992-04-30 11:11:03 +08:00
ifeq ($(subdir),setjmp)
sysdep_routines += setjmp_aux
1992-04-30 11:11:03 +08:00
endif
ifeq ($(subdir),rt)
librt-sysdep_routines += rt-sysdep
endif
2012-01-04 00:20:45 +08:00
ifeq ($(subdir),debug)
CFLAGS-backtrace.c += -funwind-tables
endif
ifeq ($(subdir),csu)
2012-02-10 20:28:07 +08:00
CPPFLAGS-crti.S += $(pic-ccflag)
CPPFLAGS-crtn.S += $(pic-ccflag)
endif
ifeq ($(subdir),nptl)
2012-02-10 20:28:07 +08:00
CPPFLAGS-pt-crti.S += $(pic-ccflag)
CPPFLAGS-crtn.S += $(pic-ccflag)
endif
ASFLAGS-.os += $(pic-ccflag)