From 7ca920284d08253093b84c2715870002283a1b69 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 3 Jun 2002 05:27:06 +0000 Subject: [PATCH] Check in file mistakenly omitted when sh*-*-netbsdelf* targets were added. Update ChangeLog entry: 2002-05-30 Jason Thorpe * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh. (sh-*-netbsdelf*) (shl*-*-netbsdelf*): New targets. * config/sh/netbsd-elf.h: New file. * config/sh/t-netbsd.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54203 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 1 + gcc/config/sh/t-netbsd | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 gcc/config/sh/t-netbsd diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5eef6e60d83..4d6fc6b1315 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -544,6 +544,7 @@ Fri May 31 13:37:54 CEST 2002 Jan Hubicka (sh-*-netbsdelf*) (shl*-*-netbsdelf*): New targets. * config/sh/netbsd-elf.h: New file. + * config/sh/t-netbsd.h: New file. 2002-05-30 Richard Henderson Eric Botcazou diff --git a/gcc/config/sh/t-netbsd b/gcc/config/sh/t-netbsd new file mode 100644 index 00000000000..dc11fa30047 --- /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 = -- 2.11.4.GIT