1999-01-01 02:12:40 +08:00
|
|
|
ifeq ($(subdir),misc)
|
2000-09-06 16:21:55 +08:00
|
|
|
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)
|
1998-11-29 04:59:14 +08:00
|
|
|
sysdep_routines += setjmp_aux
|
1992-04-30 11:11:03 +08:00
|
|
|
endif
|
2004-12-20 16:34:03 +08:00
|
|
|
|
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-sysdep_routines += rt-sysdep
|
|
|
|
endif
|
2006-06-02 23:09:39 +08:00
|
|
|
|
2012-01-04 00:20:45 +08:00
|
|
|
ifeq ($(subdir),debug)
|
|
|
|
CFLAGS-backtrace.c += -funwind-tables
|
|
|
|
endif
|
|
|
|
|
2012-01-04 20:03:20 +08:00
|
|
|
ifeq ($(subdir),csu)
|
2012-02-10 20:28:07 +08:00
|
|
|
CPPFLAGS-crti.S += $(pic-ccflag)
|
|
|
|
CPPFLAGS-crtn.S += $(pic-ccflag)
|
2012-01-04 20:03:20 +08:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(subdir),nptl)
|
2012-02-10 20:28:07 +08:00
|
|
|
CPPFLAGS-pt-crti.S += $(pic-ccflag)
|
|
|
|
CPPFLAGS-crtn.S += $(pic-ccflag)
|
2012-01-04 20:03:20 +08:00
|
|
|
endif
|
|
|
|
|
2006-06-02 23:09:39 +08:00
|
|
|
ASFLAGS-.os += $(pic-ccflag)
|