1998-12-31 18:12:40 +00:00
|
|
|
ifeq ($(subdir),misc)
|
2000-09-06 08:21:55 +00:00
|
|
|
sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
|
|
|
|
sys/asm.h sgidefs.h
|
1998-12-31 18:12:40 +00:00
|
|
|
endif
|
|
|
|
|
1992-04-30 03:11:03 +00:00
|
|
|
ifeq ($(subdir),setjmp)
|
1998-11-28 20:59:14 +00:00
|
|
|
sysdep_routines += setjmp_aux
|
1992-04-30 03:11:03 +00:00
|
|
|
endif
|
2004-12-20 08:34:03 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-sysdep_routines += rt-sysdep
|
|
|
|
endif
|
2006-06-02 15:09:39 +00:00
|
|
|
|
2012-01-03 16:20:45 +00:00
|
|
|
ifeq ($(subdir),debug)
|
|
|
|
CFLAGS-backtrace.c += -funwind-tables
|
|
|
|
endif
|
|
|
|
|
2006-06-02 15:09:39 +00:00
|
|
|
ASFLAGS-.os += $(pic-ccflag)
|