blob: 61e6c53ce63a357a24677182bb17ef3280bba2f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TARGET_LIBGCC2_CFLAGS = -fpic
LIB2FUNCS_EXTRA=
EXTRA_MULTILIB_PARTS=
# NetBSD's C library includes a fast software FP library that
# has support for setting/setting the rounding mode, exception
# mask, etc. Therefore, we don't want to include software FP
# in libgcc.
FPBIT =
DPBIT =
|