summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/crossgcc
Commit message (Collapse)AuthorAgeFilesLines
* build only x86 and arm gccLeah Woods2016-05-181-1/+3
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* build/module/crossgcc: build for all architecturesFrancis Rowe2016-03-281-8/+1
|
* helpers/build/crossgcc: Honor NPROC environment variableTimothy Pearson2016-03-201-3/+15
|
* download/crossgcc: Don't delete coreboot filesFrancis Rowe2016-03-071-4/+4
| | | | Turns out there are needed parts.
* build/module/crossgcc: Don't automatically clean crossgcc when buildingFrancis Rowe2016-03-071-2/+0
| | | | Remember. One task. Do it well.
* build/module/crossgcc: Allow user to specify what architectures they wantFrancis Rowe2016-03-071-4/+10
| | | | | By default, libreboot will built for all relevant architectures, but this patch allows the user to skip some if they want to.
* Download, compile and clean crossgcc separately to corebootFrancis Rowe2016-03-071-0/+34
This means that coreboot can be re-downloaded and re-built without affecting crossgcc. The crossgcc directory also now only contains crossgcc; previously, it contained the entire coreboot source code too, which was unneeded because that directory was just for crossgcc, where the real coreboot directories symlink to it during the build process.