aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Add --with-multilib-generator optionKito Cheng1-2/+9
2020-11-04Support run testsuite with spikeKito Cheng1-12/+70
2020-11-04Add makefile option to select which simulator to run testKito Cheng1-24/+40
2020-06-17Rename whitelist to allowlistKito Cheng1-6/+6
2020-05-28Disable libsanitizer for linux toolchainKito Cheng1-0/+4
2020-05-21Handle underline in arch string for target board optionKito Cheng1-3/+3
2020-05-13Qemu 5.0 require python >= 3.5Kito Cheng1-1/+1
2020-04-28Merge pull request #625 from gattaca-lab/riscv_tbiKito Cheng1-0/+4
2020-04-26[RISCV_TBI] use proper kernel headersAlex White1-0/+4
2020-02-12Expand check-{binutils,gas,ld}Kito Cheng1-3/+3
2020-02-12Add dejagnu to build dependency of check-binutils/check-gdbKito Cheng1-6/+6
2020-02-04Add a newlib nano copy of libm.Jim Wilson1-0/+2
2020-01-02Fix non-portable operator in shell conditionalAlbert Ou1-3/+3
2019-11-01Add configure options to set target C and C++ compiler flags.Jim Wilson1-2/+2
2019-09-28Merge pull request #513 from riscv/with-srcKito Cheng1-22/+34
2019-09-27Add option to specify source tree of each componentKito Cheng1-22/+34
2019-09-26Fix rm command portabilityAlbert Ou1-1/+1
2019-09-26Fix awk/sed wrapper pathsAlbert Ou1-2/+2
2019-09-25Check write permission to install path before build anythingKito Cheng1-4/+13
2019-09-20Clean up rules for patch source, it's no longer used after using submoduleKito Cheng1-32/+1
2019-07-23Apply new whitelist scheme for binutilsKito Cheng1-12/+9
2019-07-19Disable transactional memory support to reduce code size.Jim Wilson1-0/+2
2019-07-14Rewrite whitelist filter and reorg the scheme of whitelistKito Cheng1-15/+3
2019-07-10Build newlib with POSIX modeKito Cheng1-2/+2
2019-07-04Use upstream qemu.Jim Wilson1-1/+1
2019-05-21Build system patch from Optimitech to make nano lite-exit support work.Jim Wilson1-1/+3
2019-05-16Use -O2 for newlib and -Os for newlib nano.Jim Wilson1-2/+2
2019-02-15Add toplevel --with-tune= configure option.Jim Wilson1-2/+9
2018-11-27Merge pull request #394 from riscv/configure-checkbefore-fsf-gdbJim Wilson1-0/+3
2018-11-20Run config.status --recheck when configure changes.Jim Wilson1-0/+3
2018-11-19Fix typo, change --disable-libreadline to --disable-readline.Jim Wilson1-4/+4
2018-11-19Allow building a 32bit musl toolchainNick Kossifidis1-7/+5
2018-10-18Add support for building a musl-based toolchainNick Kossifidis1-5/+150
2018-09-27Define CXX for glibc builds.Jim Wilson1-0/+1
2018-08-31Fail if report log file has an empty line.Jim Wilson1-0/+18
2018-08-27Use test instead of [[ for compatibility with Ubuntu dash.Jim Wilson1-3/+3
2018-07-19Changed optimization flags (from size to performance) for linux-gcc.Denis Ivanov1-4/+4
2018-07-18Pass CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET to build-gcc-linux.Denis Ivanov1-2/+6
2018-07-17Pass @cmodel@ to CXXFLAGS (is similar to CFLAGS).Denis Ivanov1-4/+10
2018-06-22Merge pull request #342 from riscv/binutils-gdbPalmer Dabbelt1-21/+82
2018-06-22Split the binutils and GDB buildsPalmer Dabbelt1-18/+79
2018-06-14Remove bashism from download_prerequisites checkMichael Clark1-1/+1
2018-06-13Enable function and data sections for newlib.Bruce Hoult1-1/+1
2018-01-26Make linux-native builds work again.Jim Wilson1-1/+2
2018-01-05Set CC_FOR_TARGET when configuring cross binutils.Jim Wilson1-2/+4
2018-01-02Force --with-expat to be enabled for gdb, since OpenOCD requires it.Jim Wilson1-0/+5
2017-12-22Fix relsrcdir problem that breaks regression Makefile.Jim Wilson1-5/+13
2017-12-21Merge pull request #302 from zongbox/masterPalmer Dabbelt1-0/+1
2017-12-19Make clean remove nano build artifacts.Jim Wilson1-1/+1
2017-12-19Fix some msys2 (Windows) build failures.Jim Wilson1-0/+5