Commit 2a49e6f8 by Ralf Corsepius Committed by Ralf Corsepius

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
parent bb44c9d2
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> 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/c-tree.texi: Use `@.' where appropriate. * doc/c-tree.texi: Use `@.' where appropriate.
......
# Custom multilibs for RTEMS # Custom multilibs for RTEMS
M68K_MLIB_CPU += && (match(MLIB, "^68") \ M68K_MLIB_CPU += && (match(MLIB, "^68") \
|| MLIB == "cpu32" \ || MLIB == "cpu32" \
|| MLIB == "5206") || MLIB == "5206" \
|| MLIB == "5208" \
|| MLIB == "5307" \
|| MLIB == "5407" \
|| MLIB == "5475")
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