Commit cef64ec4 by Richard Kenner

(mn10200-*-*): New target.

From-SVN: r14312
parent f1a99741
...@@ -1905,6 +1905,15 @@ for machine in $build $host $target; do ...@@ -1905,6 +1905,15 @@ for machine in $build $host $target; do
use_collect2=yes use_collect2=yes
fi fi
;; ;;
mn10200-*-*)
cpu_type=mn10200
tm_file="mn10200/mn10200.h"
if [[ x$stabs = xyes ]]
then
tm_file="${tm_file} dbx.h"
fi
use_collect2=no
;;
mn10300-*-*) mn10300-*-*)
cpu_type=mn10300 cpu_type=mn10300
tm_file="mn10300/mn10300.h" tm_file="mn10300/mn10300.h"
......
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