From 1937af0cf22a3f4fa087305e2e3c47f375dc42ea Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 18 Dec 2010 22:46:14 +0100 Subject: [PATCH] binutils: quote tests and some more variables Signed-off-by: Stephan Raue --- packages/toolchain/devel/binutils/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/devel/binutils/build b/packages/toolchain/devel/binutils/build index 1c43df9bfe..c324c14ea7 100755 --- a/packages/toolchain/devel/binutils/build +++ b/packages/toolchain/devel/binutils/build @@ -2,7 +2,7 @@ . config/options $1 -if [ $TARGET_ARCH = "x86_64" ]; then +if [ "$TARGET_ARCH" = "x86_64" ]; then WITH_64B_BFD="--enable-64-bit-bfd" fi