René Fonseca
c167393411
Added python3 for yum and brew.
6 years ago
René Fonseca
febd9a5746
Added python3 to Ubuntu prerequisites.
6 years ago
Kito Cheng
54d9e8de18
Merge pull request #576 from riscv/bump-newlib
Bump newlib to 3.2.0
6 years ago
Kito Cheng
e1d7eba07d
Bump newlib to 3.2.0
6 years ago
Jim Wilson
f25fc5448f
Merge pull request #563 from riscv/sh-test
Fix non-portable operator in shell conditional
6 years ago
Albert Ou
89ca3ac89c
Fix non-portable operator in shell conditional
Use = to compare strings with the test builtin command instead of ==,
which is non-standard and sometimes unsupported by stricter POSIX shells
(e.g., dash as /bin/sh).
6 years ago
Kito Cheng
04d02db099
Merge pull request #554 from riscv/pr69728
Add a pr69728 optimization success to the whitelist
6 years ago
Palmer Dabbelt
2a2def26e9
Add a pr69728 optimization success to the whitelist
I'm not sure what's going on here, but as far as I can tell we're optimizing
this while the test suite thinks we shouldn't be able to.
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
6 years ago
Jim Wilson
2c037e631e
Merge pull request #539 from riscv/enable-checking-changes
Don't enable gcc checking by default.
6 years ago
Jim Wilson
8b4b8dbb35
Don't enable gcc checking by default.
Also, support all gcc checking options instead of just yes and release.
Also, fix copy-and-paste error in cmodel support refering to gcc checking.
6 years ago
Jim Wilson
174c8b3070
Merge pull request #537 from riscv/second-fix-530
Bump gcc to include fix for issue #530 .
6 years ago
Jim Wilson
784bc08d7b
Merge pull request #536 from riscv/first-fix-530
Add configure options to set target C and C++ compiler flags.
6 years ago
Jim Wilson
c17d91e02c
Bump gcc to include fix for issue #530 .
7 years ago
Jim Wilson
ddb445a8c8
Add configure options to set target C and C++ compiler flags.
This is a partial fix for pull request #530 , allowing people to use
-mno-fdiv for library compiles.
7 years ago
Jim Wilson
f027c9ea10
Merge pull request #534 from riscv/centos-devtools-7
Document Software Collection devtools package for Centos and RHEL.
7 years ago
Jim Wilson
50ef983b14
Document Software Collection devtools package for Centos and RHEL.
7 years ago
Kito Cheng
3ac0d0544f
Merge pull request #532 from riscv/bump-gcc
Bump gcc to including fix for PR91860
7 years ago
Jim Wilson
ec8bda4fd6
Merge pull request #527 from riscv/vagrant-support
Add a Vagrantfile contributed by Dylan McNamee.
7 years ago
Kito Cheng
272b3a97b1
Bump gcc to including fix for PR91860
7 years ago
Jim Wilson
fc7bcf7d89
Linux toolchain build requires a case-sensitive filesystem. ( #529 )
7 years ago
Kito Cheng
99f41b9f15
Merge pull request #528 from riscv/fix-python3
Use items rather than iteritems for python 3 compatible
7 years ago
Kito Cheng
44dd1940c7
Use items rather than iteritems for python 3 compatible
7 years ago
Kito Cheng
3b3bb4858a
Merge pull request #525 from riscv/macos-ci
Add macos to travis-ci
7 years ago
Jim Wilson
329a608817
Add a Vagrantfile contributed by Dylan McNamee.
7 years ago
Kito Cheng
743893e4e7
Add macos to travis-ci
7 years ago
Kito Cheng
d5bea51083
Merge pull request #517 from riscv/bump-gcc
Bump gcc
7 years ago
Kito Cheng
c02e86da1e
Bump gcc
Backport following patches:
- RISC-V: Fix bad insn splits with paradoxical subregs.
- RISC-V: Fix more splitters accidentally calling gen_reg_rtx.
- Fix for PR rtl-optimization/89795
7 years ago
Kito Cheng
2855d823a6
Merge pull request #515 from riscv/with-linux-headers-src
Fix default LINUX_HEADERS_SRCDIR path
7 years ago
Albert Ou
c7158c976d
Fix default LINUX_HEADERS_SRCDIR path
The --with-headers argument must point to the `include' subdirectory.
7 years ago
Kito Cheng
44316f6eb1
Merge pull request #513 from riscv/with-src
Add option to specify source tree of each component
7 years ago
Kito Cheng
8352a04309
Merge pull request #514 from riscv/portability-fixes
Fix portability issues
7 years ago
Kito Cheng
e708c77687
Add option to specify source tree of each component
7 years ago
Albert Ou
338806d799
Fix rm command portability
Some implementations of rm(1) are stricter about the ordering of option
and non-option arguments as specified in POSIX.
7 years ago
Albert Ou
aa44df5294
Fix awk/sed wrapper paths
These wrappers are still necessary on non-GNU platforms; glibc
makefile rules invoke `sed' directly with GNU extensions.
7 years ago
Kito Cheng
a528df4a69
Merge pull request #512 from riscv/check-permission
Check write permission to install path before build anything
7 years ago
Kito Cheng
ef1dec8f2b
Check write permission to install path before build anything
7 years ago
Kito Cheng
b781f4ab53
Merge pull request #511 from riscv/cleanup
Clean up rules for patch source, it's no longer used after using submodule
7 years ago
Kito Cheng
9660cc487f
Clean up rules for patch source, it's no longer used after using submodule
7 years ago
Jim Wilson
e0283b704e
Merge pull request #503 from riscv/prefix-build-problems
Document problems with using same prefix for more than one build.
7 years ago
Jim Wilson
2983b879ad
Document problems with using same prefix for more than one build.
7 years ago
Kito Cheng
a03290eab6
Merge pull request #494 from riscv/increase-timeout
Increase the timeout for git command.
7 years ago
Kito Cheng
41775b55a0
Increase the timeout for git command.
7 years ago
Kito Cheng
8d1d75b8ae
Update white list for gcc 9.2
7 years ago
Kito Cheng
345f419e1f
Merge pull request #493 from riscv/gcc-9
Bump gcc to 9.2
7 years ago
Kito Cheng
b082a0102a
Bump gcc to 9.2
7 years ago
Kito Cheng
0914ab9f41
Merge pull request #492 from riscv/bump-binutils
Bump binutils
7 years ago
Kito Cheng
372b6e1b9f
Bump binutils
- Backport following patches:
- RISC-V: Fix lui relaxation issue with code at address 0.
- Fix https://github.com/riscv/riscv-binutils-gdb/issues/173
7 years ago
Kito Cheng
7833a53f8b
Merge pull request #490 from riscv/bump-gcc
Bump gcc
7 years ago
Kito Cheng
2d45b334f9
Merge pull request #489 from riscv/bump-binutils
Bump binutils
7 years ago
Kito Cheng
99a81325f4
Bump gcc
Backport following patches:
- RISC-V: Handle g extension in multilib-generator
- RISC-V: Handle extensions combination correctly in multilib-generator.
- RISC-V: Promote type correctly for libcalls
- RISC-V: Fix testcase on rv64
- RISC-V: Raise error on unexpected ISA string at end.
7 years ago