It appears to work for me: I can generate a simple no-op executable and link it
with multilib. I don't know anything about RTEMS, so I'm just going to trust
it'll actually work :). We're not going to have bandwidth to test this, but if
you're interested there's some support for running the GCC te
Hi Sebastian:
LGTM, I've test riscv32-rtems-gcc is buildable.
Thanks for you patch :)
Hi Palmer:
Could you help to commit this patch ?
Thanks.
On Thu, Jul 27, 2017 at 7:05 PM, Sebastian Huber
wrote:
> gcc/
> * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
> * config/riscv/
gcc/
* config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
* config/riscv/rtems.h: New file.
---
gcc/config.gcc | 7 ++-
gcc/config/riscv/rtems.h | 31 +++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/config/risc