From 4cb7482c3ae0a089a988a648c562e0c7f2ecbe98 Mon Sep 17 00:00:00 2001 From: Matthew Green Date: Tue, 19 Feb 2002 17:43:25 +0000 Subject: config.gcc (sparc-*-netbsdelf*): Enable target. 2002-02-19 matthew green * config.gcc (sparc-*-netbsdelf*): Enable target. (sparc64-*-netbsd*): New target. * config/sparc/netbsd-elf.h: New file. * config/sparc/t-netbsd64: New file. From-SVN: r49870 --- gcc/config/sparc/t-netbsd64 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/config/sparc/t-netbsd64 (limited to 'gcc/config/sparc/t-netbsd64') diff --git a/gcc/config/sparc/t-netbsd64 b/gcc/config/sparc/t-netbsd64 new file mode 100644 index 0000000..1292b86 --- /dev/null +++ b/gcc/config/sparc/t-netbsd64 @@ -0,0 +1,6 @@ +MULTILIB_OPTIONS = m32/m64 +MULTILIB_DIRNAMES = 32 64 +MULTILIB_MATCHES = + +LIBGCC = stmp-multilib +INSTALL_LIBGCC = install-multilib -- cgit v1.1