diff options
author | Matthew Green <mrg@eterna.com.au> | 2002-02-19 17:43:25 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-02-19 17:43:25 +0000 |
commit | 4cb7482c3ae0a089a988a648c562e0c7f2ecbe98 (patch) | |
tree | 417f06459027ac8d063e2aebce789b0443281577 /gcc/config/sparc/t-netbsd64 | |
parent | 2df3a718da195deeb988d15f540f522b9e4a54cb (diff) | |
download | gcc-4cb7482c3ae0a089a988a648c562e0c7f2ecbe98.zip gcc-4cb7482c3ae0a089a988a648c562e0c7f2ecbe98.tar.gz gcc-4cb7482c3ae0a089a988a648c562e0c7f2ecbe98.tar.bz2 |
config.gcc (sparc-*-netbsdelf*): Enable target.
2002-02-19 matthew green <mrg@eterna.com.au>
* 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
Diffstat (limited to 'gcc/config/sparc/t-netbsd64')
-rw-r--r-- | gcc/config/sparc/t-netbsd64 | 6 |
1 files changed, 6 insertions, 0 deletions
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 |