From a6338cada530083e680db21c4fed7e128828dbf1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 14:46:48 +0300 Subject: binutils: add new package at 2.34 --- testing/binutils/build | 71 ++++++++++++++++++++++++++++++++++++++++++++++ testing/binutils/checksums | 1 + testing/binutils/depends | 2 ++ testing/binutils/sources | 1 + testing/binutils/version | 1 + 5 files changed, 76 insertions(+) create mode 100755 testing/binutils/build create mode 100644 testing/binutils/checksums create mode 100644 testing/binutils/depends create mode 100644 testing/binutils/sources create mode 100644 testing/binutils/version (limited to 'testing') diff --git a/testing/binutils/build b/testing/binutils/build new file mode 100755 index 00000000..8bc653ee --- /dev/null +++ b/testing/binutils/build @@ -0,0 +1,71 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export CCLD="${CC:-cc} -all-static" + +# Architecture specific build options +case ${3:-$(uname -m)} in + i*86) archopts="--build=i686-pc-linux-musl \ + --host=i686-pc-linux-musl \ + --enable-64-bit-bfd" ;; + x86_64) archopts="--build=x86_64-pc-linux-musl \ + --host=x86_64-pc-linux-musl" +esac + +cat > makeinfo <