aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-05add flock to OS X dependenciesBrad Campbell1-0/+2
2021-03-05Remove travis-ci2021.03.06Kito Cheng1-2/+0
2021-01-07Add doc for developmentKito Cheng1-0/+59
2021-01-04Update doc to suggest don't init submodule manuallyKito Cheng1-8/+3
2020-12-29Update README.md for clear instructions on multilibioannesKX1-6/+8
The current README.md only explains how to use multilib on the Linux cross-compiler, but not on the Newlib one. This might create confusion as seen here https://github.com/riscv/riscv-tools/issues/287, or makes it seem like you can't multilib on Newlib. It's also the case that the multilib option is more common on embedded toolchains rather than on Linux, so I believe this small change on documentation should clear things up.
2020-12-01Replace `build-essential` with `base-devel` in Archlinux installation guide.Xing GUO1-1/+1
2020-11-29fix spellingKen Takusagawa1-4/+4
2020-11-06Add --with-multilib-generator optionKito Cheng1-0/+36
2020-11-04Update doc for running testsuite with simulator other than qemuKito Cheng1-5/+11
2020-08-21Update README.mdJacob Gadikian1-2/+7
Added dependencies for Arch Linux
2020-07-28added warning about download and disk sizeAditya Atluri1-1/+1
2020-01-29Added python3 for yum and brew.René Fonseca1-2/+2
2020-01-28Added python3 to Ubuntu prerequisites.René Fonseca1-1/+1
2019-10-23Document Software Collection devtools package for Centos and RHEL.Jim Wilson1-0/+9
2019-10-20Linux toolchain build requires a case-sensitive filesystem. (#529)Jim Wilson1-0/+6
2019-09-05Document problems with using same prefix for more than one build.Jim Wilson1-0/+12
2018-01-02Force --with-expat to be enabled for gdb, since OpenOCD requires it.Jim Wilson1-3/+3
Add BINUTILS_GDB_TARGET_FLAGS, init to --with-expat=yes, and pass to all 3 gdb configure commands. Update README.md to list expat package names.
2017-11-16README CleanupsPalmer Dabbelt1-4/+3
https://github.com/riscv/riscv-gnu-toolchain/issues/296
2017-10-31Clean up the "make check*" and "make report*" targetsPalmer Dabbelt1-2/+2
Fixes: https://github.com/riscv/riscv-gnu-toolchain/issues/286
2017-08-22Add travis-ci status image in README.mdKito Cheng1-0/+2
2017-07-12The default ISA is GCv20170612Palmer Dabbelt1-3/+3
2017-01-05Add zlib to dependency listAndrew Waterman1-3/+3
2016-12-16Document --with-arch and --with-abiStefan O'Rear1-0/+13
2016-12-14Update instruction for check-gcc-newlib, --disable-float is gone.Kito Cheng1-1/+1
2016-10-13Fix some README.md formattingPalmer Dabbelt1-8/+8
github requires 4 spaces before a block to make it produce code blocks.
2016-09-29Add support for run testsuite with qemuKito Cheng1-3/+10
2016-08-10Add a README blurb about the GCC test suitePalmer Dabbelt1-0/+9
2016-07-01Add instruction about submodulesRonan Barzic1-0/+14
2016-03-29Fedora 23: remove autotools-devel, add gcc-c++Stefan O'Rear1-1/+1
Without g++, it fails in this rather opaque way: configure: error: error verifying int64_t uses long long Makefile:4063: recipe for target 'configure-gcc' failed make[2]: *** [configure-gcc] Error 1 make[2]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib' Makefile:867: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib' Makefile:245: recipe for target 'stamps/build-gcc-newlib' failed make: *** [stamps/build-gcc-newlib] Error 2
2016-01-11clarify os x requirementsScott Beamer1-2/+6
2016-01-04add dependences to readmeAndrew Waterman1-1/+1
2015-10-25Merge pull request #95 from tjyang/testPalmer Dabbelt1-1/+2
minor syntax fix
2015-10-25minor syntax fixT.J. Yang1-1/+2
2015-10-18Merge pull request #94 from tjyang/testPalmer Dabbelt1-0/+3
adding commends set for Fedora 22
2015-10-18adding commends set for Fedora 22T.J. Yang1-0/+3
2015-10-15Remove contributors list; github tracks thisAndrew Waterman1-15/+0
2015-07-04It's DISTDIR, not DESTDIRPalmer Dabbelt1-1/+1
$ grep DISTDIR Makefile.in DISTDIR ?= /var/cache/distfiles
2015-07-03Describe $DESTDIR and build/installation processAndrew Waterman1-0/+6
h/t Larry Doolittle
2015-07-03Synchronize prerequisites with riscv-tools repoAndrew Waterman1-1/+1
2015-03-06configure/Makefile: Add support for more options.Darius Rad1-0/+15
Add support to configure and Makefile.in for --disable-atomic, --disable-float, and --enable-multilib.
2014-11-13glibc: fix Mac OS buildAndrew Waterman1-0/+11
Make sure to use a case-sensitive file system and a mount point with no spaces!
2014-09-27binutils: clean up code; adhere to FSF spacingAndrew Waterman1-0/+1
h/t Matt Thomas
2014-09-25add contributors to READMEYunsup Lee1-4/+14
2014-09-11Add READMEAndrew Waterman1-0/+31