summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-05-04complibs/cloog: add support for the ISL backendYann E. MORIN"1-22/+49
2013-05-05cc/gcc: add preliminray support for 4.8Yann E. MORIN"1-10/+22
2013-05-03complibs: add ISLYann E. MORIN"1-0/+128
2013-05-13cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build.Zhenqiang Chen1-0/+1
2013-05-03scripts: handle gcc 4.7 and 4.8 in addToolsVersion.shYann E. MORIN"1-1/+5
2013-05-05scripts: help debugging missing directoriesYann E. MORIN"1-0/+1
2013-05-02cc/gcc: modify to build gcc-4.8-based cross-toolsJongsung Kim1-0/+5
2013-04-13complibs/ppl: only add -fpermissive flag to CXXFLAGSSamuel Martin1-3/+10
2013-03-21scripts/functions: add xz-ed linux tarballsJerzy Grzegorek"1-0/+1
2013-03-21kernel/linux: add xz-ed linux tarballsJerzy Grzegorek"1-0/+1
2013-03-31arch/avr32: Fix download of header filesMartin Guy2-10/+13
2013-03-16debug/dmalloc: enforce cross-compilationSamuel Martin"1-0/+3
2013-03-16debug/strace: enforce cross-compilationSamuel Martin"1-0/+3
2013-03-16debug/gdb: enforce gdbserver cross-compilationSamuel Martin"1-0/+3
2013-03-03libc/glibc: do not overwrite existing bits/syscall.hYann E. MORIN"1-1/+4
2013-03-03libc/glibc: fix installing syscall.h when installing start-files.Yann E. MORIN"1-2/+9
2013-03-03debug/gdb: a litle bit of trivial code-reorderingYann E. MORIN"1-11/+7
2013-03-03debug/gdb: fix possibly broken codeYann E. MORIN"1-2/+3
2013-03-03debug/gdb: move the ncurses build to a backendYann E. MORIN"1-56/+82
2013-03-03debug/gdb: always enable expat for the cross-gdbYann E. MORIN"1-10/+6
2013-03-03debug/gdb: fix $need_expat_src usage for native-gdbYann E. MORIN"1-20/+39
2013-03-03debug/gdb: fix $need_ncurses_src usageYann E. MORIN"1-1/+1
2013-03-03debug/gdb: fix the mess do_{gdb,expat,ncurses} have becomeYann E. MORIN"1-19/+19
2013-03-03libc/newlib: update fetch locationTrevor Woerner1-1/+1
2013-02-15complibs/ppl: update upstream locationYann E. MORIN"1-4/+2
2013-01-28scripts: fix finishing the toolchain when download/extract-only is setYann E. MORIN"1-2/+7
2013-01-27script: allow to pass any float value for CT_LOADSamuel Martin1-1/+1
2013-01-20arch: allow adding a suffix to the arch-part of a tupleYann E. MORIN"12-18/+15
2013-01-10scripts: woops, root's UID is 0, not 1000!Yann E. MORIN"1-1/+1
2013-01-10scripts: check for running as rootYann E. MORIN"1-0/+8
2013-01-10libc: get rid of libc_finishYann E. MORIN"7-25/+0
2013-01-10libc/newlib: install AVR32 headers during the start-files-and-headers phaseYann E. MORIN"1-9/+11
2013-01-09arch/arm: add option to use *eabihf tuplesYann E. MORIN"1-0/+4
2013-01-09scripts: update config.{guess,sub}Yann E. MORIN"2-39/+37
2012-12-27scripts/addToolsVersion: handle elf2fltYann E. MORIN"1-0/+1
2012-12-27scripts/addToolsVersion: properly handle .in vs. .in.2Yann E. MORIN"1-22/+19
2012-12-26script/addToolsVersion: fix eglibc version separatorYann E. MORIN"1-2/+2
2012-12-26libc/glibc: both glibc and eglibc have pkgversion and bugurlYann E. MORIN"1-4/+2
2012-12-26libc/eglibc: remove now superfluous config knobsYann E. MORIN"1-10/+2
2012-12-26libc/glibc: always enable obsolete RPCYann E. MORIN"1-4/+2
2013-01-06scripts/showTuple: fix stdoutYann E. MORIN"1-2/+2
2012-12-09complibs/ppl: fix build with newer gccYann E. MORIN"1-2/+14
2012-12-05scripts/xldd: use user's sed and grepYann E. MORIN"1-2/+2
2012-11-25cc/gcc: do not print 'core' or 'final'Yann E. MORIN"1-6/+6
2012-11-22cc: add a flag for skipping core passesYann Diorcet1-0/+8
2012-11-22scripts/functions: fix debug-shellYann E. MORIN"1-9/+13
2012-11-21scripts: refine static linking check to better guide the userDaniel Price1-15/+36
2012-11-21scripts: fail on ':' in pathsDaniel Price1-0/+3
2012-11-19binutils: introduce the infrastructure to support binutils alternativesYann Diorcet3-154/+92
2012-11-16scripts: add BUILD/HOST extra cflags/ldflagsYann Diorcet10-14/+83