From f501976babcc283c7d2ae4bea25e5feefc4b98c2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 22 Mar 2017 09:47:09 +0000 Subject: Moved all elements under the elements directory --- elements/gnu-toolchain/binutils.bst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 elements/gnu-toolchain/binutils.bst (limited to 'elements/gnu-toolchain/binutils.bst') 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 -- cgit v1.2.1