aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Merge pull request #1054 from riscv-collab/with-isa-spec2022.04.12Kito Cheng1-5/+17
2022-04-11Merge pull request #1032 from florianhofhammer/feature/update-submodulesKito Cheng1-0/+6
2022-04-11Add --with-isa-spec option to configureKito Cheng1-5/+17
2022-03-01Merge branch 'master' into newlib_use_function_sectionsKito Cheng1-120/+490
2022-02-24Prevent musl riscv32 buildsFlorian Hofhammer1-0/+6
2022-02-10Allow source-override for QEMUChristoph Muellner1-1/+8
2022-02-11Merge pull request #992 from vineetgarc/gcc-v-report-git-ver2022.02.11Kito Cheng1-0/+8
2021-12-20Set CXX to a nonexistent compiler when building glibcPalmer Dabbelt1-1/+1
2021-11-18gcc: add source SHA1 which shows up in -vVineet Gupta1-0/+8
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