aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: properly restore stdout/err/in at the endYann E. MORIN2014-09-021-2/+2
* cc/gcc: add option to enable/disable libsanitizerYann E. MORIN2014-08-311-3/+7
* scripts/crosstool-NG: use ${grep} instead of 'grep'Fabian Freyer2014-08-282-5/+5
* scripts/functions: use ${sed} instead of 'sed'Fabian Freyer2014-08-281-7/+9
* libc/musl: add musl-libc supportBryan Hundven2014-08-083-0/+105
* Add main EXPERIMENTAL_PATCHES settingBryan Hundven2014-07-281-4/+12
* scripts/addToolVersion: simpily gcc handling and fix for gcc-4.9.X (and later)Cody P Schafer2014-07-191-14/+2
* scripts/addToolVersion: fix for gdb versions >= 7.2Cody P Schafer2014-07-191-1/+5
* cc/gcc: avoid passing --enable-multilib (take 2)Cody P Schafer2014-07-191-3/+4
* scripts: remove legacy mk-release.shYann E. MORIN2014-06-281-376/+0
* scripts: remove legacy mk-patches.shYann E. MORIN2014-06-281-47/+0
* scripts: another change needed for the Hg->git conversionYann E. MORIN2014-06-281-4/+2
* scripts: first batch of hg->git conversionYann E. MORIN2014-06-273-1/+9
* repository: migrate old hg files over to gitYann E. MORIN2014-06-271-0/+3
* arch: use the newly introduced target_bits_64Yann E. MORIN"2014-05-122-10/+2
* arch/powerpc: add powerpc64le supportCody P Schafer2014-05-121-4/+2
* scripts/functions: introduce target_bits_32 and target_bits_64 variablesYann E. MORIN"2014-05-111-0/+12
* scripts/functions: add target_endian_le and target_endian_beYann E. MORIN"2014-05-111-0/+4
* binutils/elf2flt: restore the custom location functionalityYann E. MORIN"2014-05-111-3/+11
* binutils/binutils: do not forget to extract elf2fltYann E. MORIN"2014-05-111-5/+3
* binutils/elf2flt: use alternate mirrorYann E. MORIN"2014-05-112-8/+3
* functions: finally fix the git helperYann E. MORIN"2014-05-111-19/+41
* cc/gcc: allow CC_EXTRA_CONFIG_ARRAY on baremetalCody Schafer2014-05-091-1/+5
* cc/gcc: avoid passing --enable-multilibCody Schafer2014-05-091-3/+3
* scripts: remove references to curlYann E. MORIN"2014-05-101-1/+0
* scripts: add possibility to not override default connection timeoutCody Schafer2014-05-091-1/+6
* scripts: Update config.guess and config.subBryan Hundven2014-02-212-165/+18
* newlib: fix extract process for custom versionTrevor Woerner2014-02-251-1/+1
* cc/gcc: only build required core passesYann E. MORIN"2014-05-051-2/+2
* binutils: Added ranlib to tools listRay Donnelly2014-02-041-3/+3
* cc/gcc: add option to enable/disable decimal floatsYann E. MORIN"2014-01-041-0/+10
* libc/uClibc: add option to enable fenvYann E. MORIN"2014-01-041-7/+5
* libc/glibc: fix downloading addonsYann E. MORIN"2014-01-061-3/+3
* libc/glibc: print name of skipped addonYann E. MORIN"2014-01-051-1/+1
* cc/gcc: set CXXFLAGS at configure gccDaniel Dittmann2014-01-041-0/+2
* libc-uclibc: enable fenv for x86 32-bitYann E. MORIN"2014-01-041-0/+7
* cc/gcc: diable libsanitizer without NPTLYann E. MORIN"2014-01-041-0/+3
* libc/eglibc: fix downloading of localedef addonYann E. MORIN"2014-01-031-3/+3
* cc/gcc: fix gcc 4.8 build for C library without threads supportNiels Penneman2014-01-031-0/+5
* scripts: do not allow commas in directories, it breaks thingsYann E. MORIN"2014-01-031-0/+3
* kernel/linux: fix fall-out due to arm64 special caseYann E. MORIN"2014-01-011-3/+3
* arch/arm: add support for AArch64Yann E. MORIN"2013-12-302-1/+14
* kernel/linux: prepare for arch whose kenel name is not the standard nameYann E. MORIN"2013-12-301-2/+5
* scripts: update config.{guess,sub}Yann E. MORIN"2013-12-312-80/+119
* libc/newlib: fix variables for avr32 headersYann E. MORIN"2013-12-311-6/+10
* cc/gcc: Add Fortran support for Baremetal buildZhenqiang Chen2013-11-191-0/+10
* libc/{glibc,eglibc}: Don't download glibc-ports when not availableYann E. MORIN"2013-11-162-0/+10
* debug/gdb: fix canadian-cross in case of static cross gdbYann E. MORIN"2013-11-151-2/+2
* libc/(e)glibc: fix extra configparmsYann E. MORIN"2013-11-151-1/+1
* scripts/functions: use portable 'gzip -dc'Yann E. MORIN"2013-11-151-1/+1