config.gcc: Add sh4-300 to multilib.

* config.gcc: Add sh4-300 to multilib.
	* config/sh/t-mlib-sh4-300: New file.

From-SVN: r123292
This commit is contained in:
Christian Bruel 2007-03-28 14:18:51 +02:00 committed by Kaz Kojima
parent 99cd7dd0e6
commit 27a0ce7d42
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-03-28 Christian Bruel <christian.bruel@st.com>
* config.gcc: Add sh4-300 to multilib.
* config/sh/t-mlib-sh4-300: New file.
2007-03-28 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("fix_trunc<mode>di2"): New expander.

View File

@ -2157,7 +2157,7 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
sh4-single-only | sh4-single | sh4-nofpu | sh4 | \
sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
sh3e | sh3 | sh2e | sh2 | sh1) ;;
"") sh_cpu_default=${sh_cpu_target} ;;
*) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
@ -2183,7 +2183,7 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
for sh_multilib in ${sh_multilibs}; do
case ${sh_multilib} in
sh1 | sh2 | sh2e | sh3 | sh3e | \
sh4 | sh4-single | sh4-single-only | sh4-nofpu | \
sh4 | sh4-single | sh4-single-only | sh4-nofpu | sh4-300 |\
sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
sh5-64media | sh5-64media-nofpu | \