Commit 93fea8d3 by Arthur Loiret Committed by Kaz Kojima

config.gcc (sh2[lbe]*-*-linux*): Allow target.

	* config.gcc (sh2[lbe]*-*-linux*): Allow target.
	* config.host (sh2[lbe]*-*-linux*): Allow target.

From-SVN: r135861
parent 29470771
2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
* config.gcc (sh2[lbe]*-*-linux*): Allow target.
2008-05-25 Steven Bosscher <stevenb.gcc@gmail.com> 2008-05-25 Steven Bosscher <stevenb.gcc@gmail.com>
* gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if
......
...@@ -2171,7 +2171,7 @@ score-*-elf) ...@@ -2171,7 +2171,7 @@ score-*-elf)
;; ;;
sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh-*-linux* | sh[346lbe]*-*-linux* | \ sh-*-linux* | sh[2346lbe]*-*-linux* | \
sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*) sh64-*-netbsd* | sh64l*-*-netbsd*)
tmake_file="${tmake_file} sh/t-sh sh/t-elf" tmake_file="${tmake_file} sh/t-sh sh/t-elf"
......
2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
* config.host (sh2[lbe]*-*-linux*): Allow target.
2008-04-30 Nathan Froyd <froydnj@codesourcery.com> 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/t-ppccomm: Add build rules for new files. * config/rs6000/t-ppccomm: Add build rules for new files.
......
...@@ -556,7 +556,7 @@ score-*-elf) ...@@ -556,7 +556,7 @@ score-*-elf)
;; ;;
sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh-*-linux* | sh[346lbe]*-*-linux* | \ sh-*-linux* | sh[2346lbe]*-*-linux* | \
sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*) sh64-*-netbsd* | sh64l*-*-netbsd*)
case ${host} in case ${host} in
......
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