summaryrefslogtreecommitdiffstats
path: root/util/crossgcc/buildgcc
Commit message (Expand)AuthorAgeFilesLines
* buildgcc: update IASL to version 20150619Stefan Reinauer2015-07-071-1/+1
* 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
* 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-171-5/+8
* 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-101-3/+3
* 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-081-9/+64
* buildgcc: refactor package unpacking, patching and buildingStefan Reinauer2015-06-081-68/+65
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-2/+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-041-1/+40
* 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: 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-171-0/+2
* crossgcc: Unify tool tests, add check for g++ or clangPatrick Georgi2015-03-091-16/+21
* crossgcc: Add RISC-V supportPatrick Georgi2015-03-081-0/+1
* crossgcc: Update toolchainPatrick Georgi2015-03-081-12/+13
* crossgcc: Add mipsel-elf as supported targetPatrick Georgi2015-03-081-0/+1
* crossgcc: Clean GNU make context so builds succeedPatrick Georgi2015-02-281-0/+2
* util/crossgcc/buildgcc: Upgrade MPC from 1.0.1 to 1.0.3Paul Menzel2015-02-231-3/+3
* buildgcc: Fix msys2 crossgcc build failScott Duplichan2014-12-151-1/+1
* buildgcc: support DESTDIR for libelfPatrick Georgi2014-11-301-1/+1
OpenPOWER on IntegriCloud