binutils: quote tests and some more variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-18 22:46:14 +01:00
parent b22c10e25b
commit 1937af0cf2

View File

@ -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