commit | 41dfc4d478992fc83c9987b46d280e5442254a51 | [log] [tgz] |
---|---|---|
author | Alistair Francis <alistair.francis@wdc.com> | Tue Dec 11 13:27:53 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 03 18:15:53 2019 -0500 |
tree | f134aa0096c3385e764fb585748a3f18c79e40fe | |
parent | 011a88c7441bf9bfec5bcc0727105bfdb76f2dd9 [diff] |
libc: riscv: Fix the RISC-V ifdef Following the standard GCC RISC-V convetion use __riscv for the RISC-V specific define: https://github.com/gcc-mirror/gcc/blob/41d6b10e96a1de98e90a7c0378437c3255814b16/gcc/config/riscv/riscv-c.c#L37 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>