aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-02-09 21:41:19 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-02-09 21:41:19 -0800
commit4f0411fecc9c862ffb2c7f4501b30a895c979784 (patch)
tree50520c7c8a0f18b69398e77844299c078cb98b76 /gcc
parent10b454953e147d019d6c8043669360db07a655a9 (diff)
downloadriscv-gnu-toolchain-4f0411fecc9c862ffb2c7f4501b30a895c979784.zip
riscv-gnu-toolchain-4f0411fecc9c862ffb2c7f4501b30a895c979784.tar.gz
riscv-gnu-toolchain-4f0411fecc9c862ffb2c7f4501b30a895c979784.tar.bz2
gcc: define __RISCVEL__, not _RISCVEL
I screwed up a couple commits back.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc/config/riscv/riscv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc/config/riscv/riscv.h b/gcc/gcc/config/riscv/riscv.h
index 8e4e656..59f06f6 100644
--- a/gcc/gcc/config/riscv/riscv.h
+++ b/gcc/gcc/config/riscv/riscv.h
@@ -76,7 +76,7 @@ along with GCC; see the file COPYING3. If not see
builtin_define ("__riscv_soft_float"); \
\
/* The base RISC-V ISA is always little-endian. */ \
- builtin_define ("_RISCVEL"); \
+ builtin_define_std ("RISCVEL"); \
\
if (riscv_cmodel == CM_MEDANY) \
builtin_define ("_RISCV_CMODEL_MEDANY"); \