summaryrefslogtreecommitdiffstats
path: root/util/crossgcc
Commit message (Expand)AuthorAgeFilesLines
* buildgcc: update IASL to version 20150619Stefan Reinauer2015-07-073-2/+2
* buildgcc: work around bug in --print-librt-file-nameStefan Reinauer2015-07-071-0/+7
* buildgcc: Deal with gmp on 32bit Linux on 64bit CPUsPatrick Georgi2015-07-041-0/+6
* crossgcc: Fix binutils for aarch64Patrick Georgi2015-07-041-0/+14
* crossgcc/Makefile: Allow making toolchains using multiple coresMartin Roth2015-06-241-12/+12
* crossgcc/Makefile: clean more, add distclean targetMartin Roth2015-06-241-1/+9
* buildgcc: Add list of valid platform to the help text.Martin Roth2015-06-221-0/+2
* buildgcc: Update clang search stringMarc Jones2015-06-201-1/+2
* buildgcc: Don't build iasl with gccStefan Reinauer2015-06-171-1/+1
* buildgcc: enable biarch support for x86_64-elfStefan Reinauer2015-06-172-5/+84
* buildgcc: Check for dependencies after printing bannerStefan Reinauer2015-06-171-15/+17
* buildgcc: Clarify required user actionStefan Reinauer2015-06-171-1/+13
* buildgcc: Define $CMAKE only if clang package is builtDavid Hendricks2015-06-161-1/+1
* buildgcc: improve portability of 'type' usePatrick Georgi2015-06-121-1/+1
* buildgcc: replace [[ ... == ... ]] with something more portablePatrick Georgi2015-06-121-2/+7
* buildgcc: build with bfd and gold linkerStefan Reinauer2015-06-101-7/+3
* buildgcc: move to a package centric user interfaceStefan Reinauer2015-06-101-34/+39
* buildgcc: fix compilation of IASLStefan Reinauer2015-06-101-1/+1
* buildgcc: Update and fix GDBStefan Reinauer2015-06-107-22/+23
* buildgcc: Reorder main programStefan Reinauer2015-06-101-24/+36
* buildgcc: Don't use BUILDDIRPREFIXStefan Reinauer2015-06-101-11/+10
* buildgcc: solidify and remove boilerplate codeStefan Reinauer2015-06-101-38/+33
* buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION}Stefan Reinauer2015-06-091-1/+1
* buildgcc: Fail if a patch failed to applyStefan Reinauer2015-06-091-1/+3
* buildgcc: Don't run autoconfStefan Reinauer2015-06-091-22/+2
* buildgcc: move from if test to if [ .. ]Stefan Reinauer2015-06-091-11/+15
* buildgcc: move from `..` to $( .. )Stefan Reinauer2015-06-091-35/+35
* buildgcc: Unify and refactor build scriptsStefan Reinauer2015-06-081-294/+203
* crossgcc: Add clang supportStefan Reinauer2015-06-086-9/+147
* buildgcc: refactor package unpacking, patching and buildingStefan Reinauer2015-06-081-68/+65
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-4/+0
* buildgcc: factor out downloading, unpacking and patchingStefan Reinauer2015-06-061-47/+51
* crossgcc: Improve compatibility of the toolchain across host systemsPatrick Georgi2015-06-041-3/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* crossgcc: Re-download the archive if it is incompletezbao2015-05-048-1/+47
* crossgcc: improve error message on missing toolsPatrick Georgi2015-04-301-1/+1
* crossgcc: don't use libdl while building GDB on FreeBSDIdwer Vollering2015-04-291-1/+4
* buildgcc: OpenBSD's tar and patch are sufficient, tooPatrick Georgi2015-04-281-1/+1
* crossgcc: close stdin when search_tool() execute programs.Alexander Couzens2015-04-261-1/+1
* crossgcc: Fix calling outside util/crossgccPatrick Georgi2015-03-301-2/+3
* crossgcc: Build mipsel-elf, not mips-elfPatrick Georgi2015-03-291-2/+2
* crossgcc: Factor out error reportingPatrick Georgi2015-03-251-45/+25
* crossgcc: point users to the log file in case of errorPatrick Georgi2015-03-251-10/+10
* crossgcc: check for more tools that we requirePatrick Georgi2015-03-251-2/+4
* crossgcc: jump to crossgcc path before building the toolchainPatrick Georgi2015-03-181-0/+2
* crossgcc: Add x86_64 to list of supported architecturesStefan Reinauer2015-03-172-1/+10
* crossgcc: fix copy-paste mistake on riscv make targetAlexander Couzens2015-03-101-1/+1
* crossgcc: Unify tool tests, add check for g++ or clangPatrick Georgi2015-03-091-16/+21
* crossgcc: Add RISC-V supportPatrick Georgi2015-03-084-1/+21060
* crossgcc: Update toolchainPatrick Georgi2015-03-083-25/+14