gcc: Update README: tested on arm (imx233-olinuxino) board

Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
harald.geyer@gmx.at 2015-01-07 13:48:46 +01:00 committed by Christian Beier
parent 1a7de36186
commit 389940cab0
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ To save disk space, this GCC only supports dynamic linking on the target box,
there are no static libraries shipped except libgcc.a on those architectures
that need it.
For now, this was only tested on a mips target. Others to be done...
For now, this was only tested on arm (EABI) and mips targets. Others to be
done...
Christian Beier <cb@shoutrlabs.com>