Commit bf09b512 by J"orn Rennecke Committed by Joern Rennecke

* config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.

From-SVN: r83818
parent f51af25f
2004-06-28 J"orn Rennecke <joern.rennecke@superh.com>
* config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.
2004-06-28 Joseph S. Myers <jsm@polyomino.org.uk> 2004-06-28 Joseph S. Myers <jsm@polyomino.org.uk>
* builtins.def (execl, execlp, execle, execv, execvp, execve, * builtins.def (execl, execlp, execle, execv, execvp, execve,
......
...@@ -1750,8 +1750,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ ...@@ -1750,8 +1750,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
sh5-64media-nofpu | sh5-64media | \ sh5-64media-nofpu | sh5-64media | \
sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \ sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
sh4-single-only | sh4-single | sh4-nofpu | sh4 | \ sh4-single-only | sh4-single | sh4-nofpu | sh4 | \
sh3e | sh3 | sh2e | sh2 | sh1) sh3e | sh3 | sh2e | sh2 | sh1) ;;
sh_multilibs="${sh_cpu_default},${sh_multilibs}" ;;
"") sh_cpu_default=${sh_cpu_target} ;; "") sh_cpu_default=${sh_cpu_target} ;;
*) echo "with_cpu=$with_cpu not supported"; exit 1 ;; *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
esac esac
......
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