Commit 4cb7482c by Matthew Green Committed by Jason Thorpe

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
parent 2df3a718
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.
2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk> 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
* doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo. * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
......
...@@ -2982,7 +2982,7 @@ sparc-*-aout*) ...@@ -2982,7 +2982,7 @@ sparc-*-aout*)
tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h" tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
;; ;;
sparc-*-netbsdelf*) sparc-*-netbsdelf*)
echo "GCC does not yet support the ${machine} target"; exit 1 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
;; ;;
sparc-*-netbsd*) sparc-*-netbsd*)
tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h" tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
...@@ -3243,6 +3243,12 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux ...@@ -3243,6 +3243,12 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
fi fi
float_format=sparc float_format=sparc
;; ;;
sparc64-*-netbsd*)
tmake_file="${tmake_file} sparc/t-netbsd64"
tm_file="sparc/biarch64.h ${tm_file}"
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
float_format=sparc
;;
strongarm-*-elf*) strongarm-*-elf*)
tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
tmake_file=arm/t-strongarm-elf tmake_file=arm/t-strongarm-elf
......
MULTILIB_OPTIONS = m32/m64
MULTILIB_DIRNAMES = 32 64
MULTILIB_MATCHES =
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment