diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-03 05:27:06 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-03 05:27:06 +0000 |
commit | 20b3ad64c17efcad13cf27ad8fb0a02838bec379 (patch) | |
tree | 326c8c2c30b2d3e933e101ed2efcbc90c8320798 /gcc/config/sh | |
parent | 04df515ada3bc06a10d53e661697c73cc5a59350 (diff) | |
download | gcc-20b3ad64c17efcad13cf27ad8fb0a02838bec379.zip gcc-20b3ad64c17efcad13cf27ad8fb0a02838bec379.tar.gz gcc-20b3ad64c17efcad13cf27ad8fb0a02838bec379.tar.bz2 |
Check in file mistakenly omitted when sh*-*-netbsdelf* targets were added.
Check in file mistakenly omitted when sh*-*-netbsdelf*
targets were added. Update ChangeLog entry:
2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
* 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.
From-SVN: r54203
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 = |