aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2021-12-20Set CXX to a nonexistent compiler when building glibcPalmer Dabbelt1-1/+1
2021-09-15Fix typo in build-libc dependenciesChristoph Muellner1-1/+1
2021-03-13Use `git rev-parse` to find .git dirScott Johnson1-2/+2
2021-01-05Do not use submodule --single-branchKito Cheng1-1/+1
2021-01-04Download repo on demandKito Cheng1-19/+57
2020-12-31Fix testing when configure with --with-multilib-generator=Kito Cheng1-1/+1
2020-12-04Disable libsanitizer when building the musl-based toolchainNick Kossifidis1-0/+3
2020-12-02Fix simulator dependency for spikeKito Cheng1-2/+2
2020-11-30Fix always re-run testsuite issueKito Cheng1-17/+18
2020-11-29quote variable expansion so that semicolons are not interpreted by the shellKen Takusagawa1-1/+1
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