Browse Source

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>
harald.geyer@gmx.at 10 years ago
parent
commit
389940cab0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      devel/gcc/README

+ 2
- 1
devel/gcc/README View File

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