diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 18:11:07 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-11 18:11:07 +0100 |
commit | c94328112af92906ecc55c6f14d96481b723e3e4 (patch) | |
tree | 81e0bcf6937ae8578e5190d9dff5a65e4a20bbef /resources/scripts/helpers/build/release/src | |
parent | a1a31353a479cce3c590dec290ed1e9413619124 (diff) | |
download | librebootfr-c94328112af92906ecc55c6f14d96481b723e3e4.tar.gz librebootfr-c94328112af92906ecc55c6f14d96481b723e3e4.zip |
build/release/src: Don't separate crossgcc
Also delete build/release/crossgcc
Crossgcc is now once again integrated into the _src release
archive.
Diffstat (limited to 'resources/scripts/helpers/build/release/src')
-rwxr-xr-x | resources/scripts/helpers/build/release/src | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src index f604d617..a4ee8cb0 100755 --- a/resources/scripts/helpers/build/release/src +++ b/resources/scripts/helpers/build/release/src @@ -85,9 +85,6 @@ rm -f "${distdir}/resources/scripts/helpers/build/release/docs" # Patches are not needed, because they are already applied to coreboot sources. rm -Rf "${distdir}/resources/libreboot/patch/" -# coreboot's crossgcc archives are distributed separately. -rm -Rf "${distdir}/coreboot/util/crossgcc/tarballs/" - # ich9deblob: There are certain files in there that the user most likely does # not want to share. rm -f "${distdir}/resources/utilities/ich9deblob/deblobbed_descriptor.bin" |