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.bst24
1 files changed, 24 insertions, 0 deletions
diff --git a/elements/gnu-toolchain/binutils.bst b/elements/gnu-toolchain/binutils.bst
new file mode 100644
index 00000000..5983c465
--- /dev/null
+++ b/elements/gnu-toolchain/binutils.bst
@@ -0,0 +1,24 @@
+kind: autotools
+
+sources:
+- kind: git
+ url: upstream:binutils-tarball
+ track: binutils-2.25
+ ref: 5500a97a2ad1735db5b35bc51cfb825c1f4c38df
+
+depends:
+- filename: gnu-toolchain/stage2.bst
+ type: build
+- gnu-toolchain/fhs-dirs.bst
+- gnu-toolchain/glibc.bst
+- gnu-toolchain/zlib.bst
+
+environment:
+ PATH: /usr/bin:/bin:/usr/sbin:/sbin:/tools/bin:/tools/sbin
+
+config:
+
+ configure-commands:
+ - |
+ ./configure --prefix="%{prefix}" --disable-nls --disable-werror \
+ --with-system-zlib