aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc
AgeCommit message (Expand)Author
2016-01-31buildgcc: Add GNU make to reference toolchainStefan Reinauer
2016-01-31buildgcc: Update LLVM to 3.7.1Stefan Reinauer
2016-01-31buildgcc: Rename armv7-a-eabi compiler to arm-eabiStefan Reinauer
2016-01-26crossgcc: Enable powerpc64-linux target without ppc64-linux headersPatrick Georgi
2016-01-26buildgcc: Help GMP build with 32-bit NetBSDNico Huber
2016-01-25Revert "util/crossgcc: Build Ada frontend by default"Nico Huber
2016-01-23util/crossgcc: Build Ada frontend by defaultNico Huber
2016-01-22util/crossgcc: Don't build gnattoolsNico Huber
2016-01-09buildgcc: Print out all missing tools then haltMartin Roth
2016-01-07buildgcc: Don't request that optional tools be installedMartin Roth
2016-01-07Revert "util/crossgcc: Regenerate MPFR autotools files before build"Timothy Pearson
2016-01-07util/crossgcc: Bump MPFR version to 3.1.3Timothy Pearson
2016-01-04util/crossgcc: Add ppc64el supportTimothy Pearson
2016-01-04util/crossgcc: Regenerate MPFR autotools files before buildTimothy Pearson
2016-01-04util/crossgcc: Bump GMP version to 6.1.0Timothy Pearson
2015-12-20buildgcc: Add coreboot toolchain string to clang versionMartin Roth
2015-12-16buildgcc: Add coreboot toolchain version to iaslMartin Roth
2015-11-27crossgcc/buildgcc: add parameter to show version number of toolMartin Roth
2015-11-19crossgcc: Update makefile buildsMartin Roth
2015-11-04buildgcc: change -j variable name from BUILDJOBS to CPUSMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-05buildgcc: Fix the binutils-no-doc patch with 2.25zbao
2015-10-05buildgcc: Add patch for building binutils by clang 6.0zbao
2015-10-05buildgcc: Show the progress when downloadingzbao
2015-09-10crossgcc: Preparations for building Ada frontendNico Huber
2015-09-10crossgcc: Add option to build gcc for specific languagesNico Huber
2015-08-31buildgcc: Show the exit status of wget if downloading fails.zbao
2015-08-31buildgcc: remove getopt when doing clean.zbao
2015-08-26crossgcc: rename source file names from gcc-5.2.0/* to binutils-2.25/* in bin...Jonathan A. Kollasch
2015-08-26buildgcc: Move a bunch of code into a functionzbao
2015-08-24crossgcc: rename source file names from empty/* to gcc-5.2.0/* in riscv patchesPatrick Georgi
2015-08-21crossgcc: Fix x86_64-elf target's -m16 supportPatrick Georgi
2015-08-20crossgcc: Update gcc to 5.2.0Patrick Georgi
2015-08-13buildgcc: Fix the options checkzbao
2015-08-06buildgcc: Deal with gmp on 32bit Cygwin on 64bit hostzbao
2015-08-06buildgcc: Get the clean and correct uname on Cygwinzbao
2015-07-22crossgcc: Support /bin/sh pointing to dashPatrick Georgi
2015-07-14buildgcc: Show the archive URLPaul Menzel
2015-07-12Update crossgcc Makefile for new buildgcc argumentsMartin Roth
2015-07-07buildgcc: update IASL to version 20150619Stefan Reinauer
2015-07-07buildgcc: work around bug in --print-librt-file-nameStefan Reinauer
2015-07-04buildgcc: Deal with gmp on 32bit Linux on 64bit CPUsPatrick Georgi
2015-07-04crossgcc: Fix binutils for aarch64Patrick Georgi
2015-06-24crossgcc/Makefile: Allow making toolchains using multiple coresMartin Roth
2015-06-24crossgcc/Makefile: clean more, add distclean targetMartin Roth
2015-06-22buildgcc: Add list of valid platform to the help text.Martin Roth
2015-06-20buildgcc: Update clang search stringMarc Jones
2015-06-17buildgcc: Don't build iasl with gccStefan Reinauer
2015-06-17buildgcc: enable biarch support for x86_64-elfStefan Reinauer
2015-06-17buildgcc: Check for dependencies after printing bannerStefan Reinauer
2015-06-17buildgcc: Clarify required user actionStefan Reinauer
2015-06-16buildgcc: Define $CMAKE only if clang package is builtDavid Hendricks
2015-06-12buildgcc: improve portability of 'type' usePatrick Georgi
2015-06-12buildgcc: replace [[ ... == ... ]] with something more portablePatrick Georgi
2015-06-10buildgcc: build with bfd and gold linkerStefan Reinauer
2015-06-10buildgcc: move to a package centric user interfaceStefan Reinauer
2015-06-10buildgcc: fix compilation of IASLStefan Reinauer
2015-06-10buildgcc: Update and fix GDBStefan Reinauer
2015-06-10buildgcc: Reorder main programStefan Reinauer
2015-06-10buildgcc: Don't use BUILDDIRPREFIXStefan Reinauer
2015-06-10buildgcc: solidify and remove boilerplate codeStefan Reinauer
2015-06-09buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION}Stefan Reinauer
2015-06-09buildgcc: Fail if a patch failed to applyStefan Reinauer
2015-06-09buildgcc: Don't run autoconfStefan Reinauer
2015-06-09buildgcc: move from if test to if [ .. ]Stefan Reinauer
2015-06-09buildgcc: move from `..` to $( .. )Stefan Reinauer
2015-06-08buildgcc: Unify and refactor build scriptsStefan Reinauer
2015-06-08crossgcc: Add clang supportStefan Reinauer
2015-06-08buildgcc: refactor package unpacking, patching and buildingStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-06buildgcc: factor out downloading, unpacking and patchingStefan Reinauer
2015-06-04crossgcc: Improve compatibility of the toolchain across host systemsPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-04crossgcc: Re-download the archive if it is incompletezbao
2015-04-30crossgcc: improve error message on missing toolsPatrick Georgi
2015-04-29crossgcc: don't use libdl while building GDB on FreeBSDIdwer Vollering
2015-04-28buildgcc: OpenBSD's tar and patch are sufficient, tooPatrick Georgi
2015-04-26crossgcc: close stdin when search_tool() execute programs.Alexander Couzens
2015-03-30crossgcc: Fix calling outside util/crossgccPatrick Georgi
2015-03-29crossgcc: Build mipsel-elf, not mips-elfPatrick Georgi
2015-03-25crossgcc: Factor out error reportingPatrick Georgi
2015-03-25crossgcc: point users to the log file in case of errorPatrick Georgi
2015-03-25crossgcc: check for more tools that we requirePatrick Georgi
2015-03-18crossgcc: jump to crossgcc path before building the toolchainPatrick Georgi
2015-03-17crossgcc: Add x86_64 to list of supported architecturesStefan Reinauer
2015-03-10crossgcc: fix copy-paste mistake on riscv make targetAlexander Couzens
2015-03-09crossgcc: Unify tool tests, add check for g++ or clangPatrick Georgi
2015-03-08crossgcc: Add RISC-V supportPatrick Georgi
2015-03-08crossgcc: Update toolchainPatrick Georgi
2015-03-08crossgcc: Add mipsel-elf as supported targetPatrick Georgi
2015-02-28crossgcc: Clean GNU make context so builds succeedPatrick Georgi
2015-02-24build: mipsel cross compiler supportPaul Burton
2015-02-23util/crossgcc/buildgcc: Upgrade MPC from 1.0.1 to 1.0.3Paul Menzel
2014-12-15buildgcc: Fix msys2 crossgcc build failScott Duplichan
2014-12-10crossgcc: clean up aarch64 target integrationPatrick Georgi
2014-12-09aarch64: Add aarch64-elf toolchain to crossgcc MakefileMarcelo Povoa
2014-11-30buildgcc: support DESTDIR for libelfPatrick Georgi
2014-11-23buildgcc: Fix documentationPatrick Georgi
2014-11-20crossgcc: Add buildsystem support for aarch64 compilerPatrick Georgi
2014-11-20crossgcc: Update GCC from 4.7.3 to 4.8.3 and update to version 1.25Patrick Georgi