From 389940cab09b611c9beaeb6fc1ff8b7971cb2873 Mon Sep 17 00:00:00 2001 From: "harald.geyer@gmx.at" Date: Wed, 7 Jan 2015 13:48:46 +0100 Subject: [PATCH] gcc: Update README: tested on arm (imx233-olinuxino) board Signed-off-by: Harald Geyer Signed-off-by: Christian Beier --- devel/gcc/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/gcc/README b/devel/gcc/README index 3dd94eb174..58db4740ca 100644 --- a/devel/gcc/README +++ b/devel/gcc/README @@ -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