Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/bash

VERSION=2.40

tar --files-from=file.list -xJvf ../binutils-$VERSION.tar.xz
mv binutils-$VERSION binutils-$VERSION-orig

cp -rf ./binutils-$VERSION-new ./binutils-$VERSION

diff --unified -Nr  binutils-$VERSION-orig  binutils-$VERSION > binutils-$VERSION-fname-in-error-messages.patch

mv binutils-$VERSION-fname-in-error-messages.patch ../patches

rm -rf ./binutils-$VERSION
rm -rf ./binutils-$VERSION-orig