mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
binutils: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user