Commit 2fd95d71 by Jason Thorpe Committed by Jason Thorpe

config.gcc: Set cpu_type to m68k for 68010, as well.

* config.gcc: Set cpu_type to m68k for 68010, as well.
(m68010-*-netbsdelf*): New...
(m68k*-*-netbsdelf*): ...targets.
* config/m68k/netbsd-elf.h: New file.

From-SVN: r49464
parent ffe80457
2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc: Set cpu_type to m68k for 68010, as well.
(m68010-*-netbsdelf*): New...
(m68k*-*-netbsdelf*): ...targets.
* config/m68k/netbsd-elf.h: New file.
2002-02-02 Kazu Hirata <kazu@hxi.com> 2002-02-02 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (hand_list): Move inside function_arg. * config/h8300/h8300.c (hand_list): Move inside function_arg.
......
...@@ -243,7 +243,7 @@ ia64-*-*) ...@@ -243,7 +243,7 @@ ia64-*-*)
hppa*-*-* | parisc*-*-*) hppa*-*-* | parisc*-*-*)
cpu_type=pa cpu_type=pa
;; ;;
m680[02]0-*-*) m680[012]0-*-*)
cpu_type=m68k cpu_type=m68k
extra_headers=math-68881.h extra_headers=math-68881.h
;; ;;
...@@ -1932,6 +1932,18 @@ m68k-*-lynxos*) ...@@ -1932,6 +1932,18 @@ m68k-*-lynxos*)
tmake_file=m68k/t-lynx tmake_file=m68k/t-lynx
float_format=m68k float_format=m68k
;; ;;
m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
case $machine in
m68010*)
target_cpu_default="0"
;;
*)
target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
;;
esac
float_format=m68k
;;
m68k*-*-netbsd*) m68k*-*-netbsd*)
tm_file=m68k/netbsd.h tm_file=m68k/netbsd.h
tmake_file=t-netbsd tmake_file=t-netbsd
......
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