aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2015-04-24gcc: upgrade to version 5.1.0Andrew Waterman1-1/+1
2015-04-12Merge pull request #41 from riscv/actually-fix-rhelAndrew Waterman1-1/+12
2015-04-12Don't build glibc headers before gcc stage1Andrew Waterman1-3/+3
2015-04-11Avoid wrapping GNU sed/awk on systems where that's the defaultPalmer Dabbelt1-1/+12
2015-04-08Download GCC's library dependencies if they don't existPalmer Dabbelt1-0/+1
2015-03-06configure/Makefile: Add support for more options.Darius Rad1-10/+34
2015-03-03Add "--with-xlen" to autoconfPalmer Dabbelt1-1/+1
2015-02-26Look for already downloaded files in DISTDIR (/var/cache/destfiles)Palmer Dabbelt1-1/+2
2015-02-26Install the glibc and linux headers before stage1Palmer Dabbelt1-2/+24
2015-02-26Don't use a failing build step for gcc-stage1Palmer Dabbelt1-2/+4
2015-02-23Handle build failures more gracefully using stamps patternAndrew Waterman1-44/+50
2015-02-23Upgrade to glibc 2.21Andrew Waterman1-1/+1
2015-02-20Makefile: Replace shell functions with built-in equivalentsAlbert Ou1-25/+21
2015-02-20Support multiple file transfer utilitiesAlbert Ou1-1/+1
2015-02-20Centralize GNU utility checks in autoconfAlbert Ou1-21/+5
2015-01-20ftp://mirrors.kernel.org appears to be downPalmer Dabbelt1-1/+1
2015-01-09Add an "--enable-linux" option to ./configurePalmer Dabbelt1-0/+2
2015-01-06Use --with-sysrootAndrew Waterman1-9/+16
2015-01-05Use more portable incantations to override PATHAndrew Waterman1-7/+4
2014-12-31binutils: upgrade to version 2.25Andrew Waterman1-1/+1
2014-12-15Makefile.in: Allow specification of XLEN when building tools.Darius Rad1-7/+9
2014-11-19gcc: build riscv64-unknown-linux-gnu-gfortranAndrew Waterman1-1/+1
2014-11-19Disable "-Werror" during binutils buildsPalmer Dabbelt1-1/+3
2014-11-15binutils: speed up linker relaxation processAndrew Waterman1-2/+2
2014-11-01Use symlinks instead of hard linksAndrew Waterman1-6/+8
2014-10-31gcc: upgrade to 4.9.2Andrew Waterman1-1/+1
2014-10-31Specify your own number of make jobsAndrew Waterman1-14/+12
2014-10-28change prefix to riscv64-unknown-{linux-gnu/elf}-Andrew Waterman1-8/+7
2014-10-18glibc: Mac build gets further before failingAndrew Waterman1-5/+18
2014-09-28Explicitly use /bin/bash for Makefile's shellAndrew Waterman1-1/+1
2014-09-12Fix newlib toolchain build on Mac OSAndrew Waterman1-13/+7
2014-09-11newlib: import port of newlib 1.18.0Andrew Waterman1-7/+49
2014-09-11glibc: initial port of glibc 2.20Andrew Waterman1-3/+23
2014-09-08binutils: initial binutils 2.24 portAndrew Waterman1-4/+21
2014-09-07gcc: support C11/C++11 atomics and GNU libatomicAndrew Waterman1-2/+0
2014-09-07gcc: initial gcc 4.9.1 portAndrew Waterman1-0/+97