riscvarchive / riscv-linux

RISC-V Linux Port
606 stars 210 forks source link

Makefile: change -msoft-float to -mno-float #43

Closed mytbk closed 8 years ago

mytbk commented 8 years ago

New RISC-V toolchain no longer uses -msoft-float.

aswaterman commented 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

Patch Links:

— 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 .

ammubhave commented 8 years ago

I believe the riscv-tools was bumped. I can no longer compile riscv-linux using the latest version of riscv-tools without this patch.

aswaterman commented 8 years ago

Ah, my mistake.