From 5fddbcb36953c38bfe2add255ca9779adb52aae9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 27 Nov 2010 07:46:13 +0100 Subject: [PATCH] nano: fails to build with GOLD linker Signed-off-by: Stephan Raue --- packages/debug/nano/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/debug/nano/build b/packages/debug/nano/build index 20a4f0aeb0..b762113633 100755 --- a/packages/debug/nano/build +++ b/packages/debug/nano/build @@ -2,6 +2,9 @@ . config/options $1 +# nano fails to build with GOLD linker + strip_gold + cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \