3c03c7095e
we can find another way to issue an #error, but using a preprocessed assembler for that purpose and clobbering libc.a with an empty .o just for the sake of #error reporting is way too much of a burden.
7 lines
212 B
Makefile
7 lines
212 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
SRCS+= _ctx_start.S _setjmp.S _set_tp.c fabs.S \
|
|
flt_rounds.c infinity.c ldexp.c makecontext.c modf.S \
|
|
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S
|