summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin Schmidt <colins@eecs.berkeley.edu>2014-12-14 17:41:36 -0800
committerGravatar Colin Schmidt <colins@eecs.berkeley.edu>2014-12-14 17:41:36 -0800
commite37d3bd4d882776771ea27e4b1c5957b69950712 (patch)
treee9d370e9211aee0d2cb7152f386bf6bac8311336
parentfe5742618c1732be6000cccfbed3432596dea9e4 (diff)
update location of headers for new ABI/toolchain
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a2daff6..12ca31e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ ISASIM_H := ../riscv-isa-sim/riscv/encoding.h
ISASIM_HWACHA_H := ../riscv-isa-sim/hwacha/opcodes_hwacha_ut.h
PK_H := ../riscv-pk/pk/encoding.h
ENV_H := ../riscv-tests/env/encoding.h
-GAS_H := ../riscv-gcc/binutils-2.21.1/include/opcode/riscv-opc.h
-XCC_H := ../riscv-gcc/gcc-4.6.1/gcc/config/riscv/riscv-opc.h
+GAS_H := ../riscv-gnu-toolchain/binutils/include/opcode/riscv-opc.h
+XCC_H := ../riscv-gnu-toolchain/gcc/gcc/config/riscv/riscv-opc.h
ALL_OPCODES := opcodes opcodes-pseudo opcodes-rvc opcodes-hwacha opcodes-hwacha-pseudo opcodes-hwacha-ut opcodes-custom