aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripts: remove duplicate '/' in prefix, it breaks relocationYann E. MORIN"2013-11-151-0/+3
* cc/gcc: Add support for golangYann E. MORIN"2013-11-082-0/+2
* complibs/isl: add HTTP mirrorMichael Hope2013-08-011-1/+2
* libc/newlib: add HTTP mirrorMichael Hope2013-08-011-1/+2
* complibs/cloog: add support for the ISL backendYann E. MORIN"2013-05-051-22/+49
* cc/gcc: add preliminray support for 4.8Yann E. MORIN"2013-05-051-10/+22
* complibs: add ISLYann E. MORIN"2013-05-041-0/+128
* cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build.Zhenqiang Chen2013-05-131-0/+1
* scripts: handle gcc 4.7 and 4.8 in addToolsVersion.shYann E. MORIN"2013-05-031-1/+5
* scripts: help debugging missing directoriesYann E. MORIN"2013-05-051-0/+1
* cc/gcc: modify to build gcc-4.8-based cross-toolsJongsung Kim2013-05-021-0/+5
* complibs/ppl: only add -fpermissive flag to CXXFLAGSSamuel Martin2013-04-131-3/+10
* scripts/functions: add xz-ed linux tarballsJerzy Grzegorek"2013-03-211-0/+1
* kernel/linux: add xz-ed linux tarballsJerzy Grzegorek"2013-03-211-0/+1
* arch/avr32: Fix download of header filesMartin Guy2013-03-312-10/+13
* debug/dmalloc: enforce cross-compilationSamuel Martin"2013-03-161-0/+3
* debug/strace: enforce cross-compilationSamuel Martin"2013-03-161-0/+3
* debug/gdb: enforce gdbserver cross-compilationSamuel Martin"2013-03-161-0/+3
* libc/glibc: do not overwrite existing bits/syscall.hYann E. MORIN"2013-03-031-1/+4
* libc/glibc: fix installing syscall.h when installing start-files.Yann E. MORIN"2013-03-031-2/+9
* debug/gdb: a litle bit of trivial code-reorderingYann E. MORIN"2013-03-031-11/+7
* debug/gdb: fix possibly broken codeYann E. MORIN"2013-03-031-2/+3
* debug/gdb: move the ncurses build to a backendYann E. MORIN"2013-03-031-56/+82
* debug/gdb: always enable expat for the cross-gdbYann E. MORIN"2013-03-031-10/+6
* debug/gdb: fix $need_expat_src usage for native-gdbYann E. MORIN"2013-03-031-20/+39