Closed mytbk closed 8 years ago
That change hasn't been pushed to riscv-tools yet, right? It's only in riscv-gnu-toolchain? The goal here is to keep riscv-tools and riscv-linux in sync.
On Tuesday, November 22, 2016, Iru Cai (vimacs) notifications@github.com wrote:
New RISC-V toolchain no longer uses -msoft-float.
You can view, comment on, or merge this pull request online at:
https://github.com/riscv/riscv-linux/pull/43 Commit Summary
- Makefile: change -msoft-float to -mno-float
File Changes
- M arch/riscv/Makefile https://github.com/riscv/riscv-linux/pull/43/files#diff-0 (4)
Patch Links:
- https://github.com/riscv/riscv-linux/pull/43.patch
- https://github.com/riscv/riscv-linux/pull/43.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/riscv/riscv-linux/pull/43, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-7wiOuSp8KZ9amVFx3PDdF1QR-Ao_Yks5rAwsJgaJpZM4K5ku5 .
I believe the riscv-tools was bumped. I can no longer compile riscv-linux using the latest version of riscv-tools without this patch.
Ah, my mistake.
New RISC-V toolchain no longer uses -msoft-float.