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
    33         kx #!/bin/bash
    33         kx 
    33         kx VERSION=2.40
    33         kx 
    33         kx tar --files-from=file.list -xJvf ../binutils-$VERSION.tar.xz
    33         kx mv binutils-$VERSION binutils-$VERSION-orig
    33         kx 
    33         kx cp -rf ./binutils-$VERSION-new ./binutils-$VERSION
    33         kx 
    33         kx diff --unified -Nr  binutils-$VERSION-orig  binutils-$VERSION > binutils-$VERSION-gold-i386-gnu-property-notes.patch
    33         kx 
    33         kx mv binutils-$VERSION-gold-i386-gnu-property-notes.patch ../patches
    33         kx 
    33         kx rm -rf ./binutils-$VERSION
    33         kx rm -rf ./binutils-$VERSION-orig