diff options
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/t-netbsd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/config/sh/t-netbsd b/gcc/config/sh/t-netbsd new file mode 100644 index 0000000..dc11fa3 --- /dev/null +++ b/gcc/config/sh/t-netbsd @@ -0,0 +1,17 @@ +TARGET_LIBGCC2_CFLAGS = -fpic +LIB1ASMFUNCS_CACHE = _ic_invalidate + +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 = + +MULTILIB_OPTIONS += m3e/m4 +MULTILIB_DIRNAMES= +MULTILIB_MATCHES = |