summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/binutils.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/gnu-toolchain/binutils.bst')
-rw-r--r--elements/gnu-toolchain/binutils.bst5
1 files changed, 4 insertions, 1 deletions
diff --git a/elements/gnu-toolchain/binutils.bst b/elements/gnu-toolchain/binutils.bst
index 0548af41..91650b09 100644
--- a/elements/gnu-toolchain/binutils.bst
+++ b/elements/gnu-toolchain/binutils.bst
@@ -21,7 +21,10 @@ config:
configure-commands:
- |
./configure --prefix="%{prefix}" --disable-nls --disable-werror \
- --with-system-zlib
+ --with-system-zlib \
+ --build=%{target} \
+ --host=%{target} \
+ --target=%{target}
strip-commands:
- |