t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475 multilibs.

2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>

	* config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
	multilibs.

From-SVN: r132363
This commit is contained in:
Ralf Corsepius 2008-02-16 06:52:54 +01:00 committed by Ralf Corsepius
parent bb44c9d2df
commit 2a49e6f897
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
multilibs.
2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/c-tree.texi: Use `@.' where appropriate.

View File

@ -1,4 +1,8 @@
# Custom multilibs for RTEMS
M68K_MLIB_CPU += && (match(MLIB, "^68") \
|| MLIB == "cpu32" \
|| MLIB == "5206")
|| MLIB == "5206" \
|| MLIB == "5208" \
|| MLIB == "5307" \
|| MLIB == "5407" \
|| MLIB == "5475")