aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download/crossgcc
Commit message (Collapse)AuthorAgeFilesLines
* Fix build error on latest GCC in Debian Stretch, when building GCC4 of 7 (Leah Rowe)2017-01-221-1/+4
|
* re-add old build system (for x86 boards/utils)4 of 7 (Leah Rowe) info@minifree.org2017-01-211-0/+55
| | | | Everything will be migrated over to the new build system after release.
* Current build system removalPaul Kocialkowski2017-01-151-58/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Fix build error on latest GCC in Debian Stretch, when building GCCLeah Rowe2016-12-231-1/+4
|
* add vboot to crossgcc/ directory (needed for building cbfstool in release/util)Leah Rowe2016-08-221-1/+6
|
* download/crossgcc: update crossgcc version used in librebootLeah Rowe2016-07-191-1/+1
|
* Change Leah's surname back to RoweLeah Rowe2016-06-281-1/+1
|
* 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
|
* Update crossgccFrancis Rowe2016-03-141-1/+1
|
* download/crossgcc: Don't delete coreboot filesFrancis Rowe2016-03-071-7/+3
| | | | Turns out there are needed parts.
* Download, compile and clean crossgcc separately to corebootFrancis Rowe2016-03-071-0/+54
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.