From e37d3bd4d882776771ea27e4b1c5957b69950712 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Sun, 14 Dec 2014 17:41:36 -0800 Subject: update location of headers for new ABI/toolchain --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3