summaryrefslogtreecommitdiffstats
path: root/util/crossgcc
Commit message (Expand)AuthorAgeFilesLines
* buildgcc: Fix the binutils-no-doc patch with 2.25zbao2015-10-051-5/+5
* buildgcc: Add patch for building binutils by clang 6.0zbao2015-10-051-0/+18
* buildgcc: Show the progress when downloadingzbao2015-10-051-3/+12
* crossgcc: Preparations for building Ada frontendNico Huber2015-09-102-0/+16
* crossgcc: Add option to build gcc for specific languagesNico Huber2015-09-102-4/+9
* buildgcc: Show the exit status of wget if downloading fails.zbao2015-08-311-3/+7
* buildgcc: remove getopt when doing clean.zbao2015-08-312-0/+2
* crossgcc: rename source file names from gcc-5.2.0/* to binutils-2.25/* in bin...Jonathan A. Kollasch2015-08-261-16/+16
* buildgcc: Move a bunch of code into a functionzbao2015-08-261-10/+14
* crossgcc: rename source file names from empty/* to gcc-5.2.0/* in riscv patchesPatrick Georgi2015-08-242-48/+48
* crossgcc: Fix x86_64-elf target's -m16 supportPatrick Georgi2015-08-211-0/+11
* crossgcc: Update gcc to 5.2.0Patrick Georgi2015-08-206-4402/+5616
* buildgcc: Fix the options checkzbao2015-08-131-2/+2
* buildgcc: Deal with gmp on 32bit Cygwin on 64bit hostzbao2015-08-061-1/+1
* buildgcc: Get the clean and correct uname on Cygwinzbao2015-08-061-1/+1
* crossgcc: Support /bin/sh pointing to dashPatrick Georgi2015-07-221-1/+1
* buildgcc: Show the archive URLPaul Menzel2015-07-141-1/+1
* Update crossgcc Makefile for new buildgcc argumentsMartin Roth2015-07-121-22/+55
* 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