aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/cc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace: We don't use tabs in shell or kconfig filesBryan Hundven2015-12-081-3/+3
| | | | | | | We indent by multiples of 4. This change cleans up whitespace in offending files. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* multi_cc: Prepare ct-ng for multiple compilersRay Donnelly2015-05-291-0/+58
This commit moves gcc.sh to 100-gcc.sh to accomodate for other cross-compilers that crosstool-ng might be able to build. The first, to come soon, is llvm/clang. Signed-off-by: Ray Donnelly <mingw.android@gmail.com> Reviewed-by: Bryan Hundven <bryanhundven@gmail.com> Reviewed-by: Yann Diorcet <diorcetyann@gmail.com>