aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2023-05-25If using spike then ensure that git clone done for pk before configuring/buil...Tommy Murphy1-2/+3
2023-05-19Install pyelftools before testingKito Cheng1-1/+5
2023-05-13Merge pull request #1233 from riscv-collab/attr-qemu2023.05.14Kito Cheng1-3/+2
2023-05-11build: move the DEBUG_INFO into C/CXX/AS Flags for target variableHuaqi Fang1-7/+7
2023-04-24[Makefile.in] glibc: Remove unnecessary -g optionMark Goncharov1-4/+5
2023-04-24Set qemu cpu option from ELF attributeKito Cheng1-3/+2
2023-03-29fix mayberelsrcdir after gcc folder name changeachernia1-3/+3
2023-03-13[NEWLIB][Cross-build]: Fix merge-newlib-nano.mga-sc1-1/+7
2023-02-24Merge pull request #1187 from mga-sc/masterKito Cheng1-0/+7
2023-02-24[GCC]: Pass extra flags to gcc build.mga-sc1-0/+7
2023-02-20dejagnu: Fix typo in varChristoph Müllner1-2/+2
2023-02-20dejagnu: Allow source dir overrideChristoph Müllner1-1/+8
2022-12-16Merge pull request #1121 from Incarnation-p-lee/panli/fix-sim-build-for-pk32Kito Cheng1-1/+2
2022-11-22Merge pull request #1139 from cmuellner/testing2022.11.23Kito Cheng1-3/+12
2022-10-14musl: add missing submodule auto-initializationFlorian Hofhammer1-2/+8
2022-10-10Makefile.in: Add support for running glibc testsChristoph Müllner1-0/+9
2022-10-10Makefile.in: Allow to pass additional test flagsChristoph Müllner1-3/+3
2022-09-29Makefile.in: Adjust permission error messageChristoph Müllner1-3/+3
2022-09-28dejagnu: Bump version to 1.6.3Christoph Müllner1-1/+1
2022-08-28Adjust rv32 arch and abi configure.Pan Li1-1/+2
2022-08-25Fix sim pk build failure for RV32.Pan Li1-1/+1
2022-06-03Pass right extension info to qemuKito Cheng1-1/+2
2022-05-23Add option '--with-sim' to set simulatorLiaoshihua1-18/+16
2022-05-12Allow users to build QEMU with system-mode emulationPalmer Dabbelt1-1/+2
2022-04-21Add an "--enable-libsanitizer" configure-time argumentPalmer Dabbelt1-4/+2
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