From 92afb6f40797a68e2a16c9abd5cdb3c9336da307 Mon Sep 17 00:00:00 2001 From: Christopher Celio Date: Thu, 7 Aug 2014 17:06:02 -0700 Subject: Fixed README to match the riscv-tools build script install location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ed9637..5c7b2f7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ install path, and that the riscv-gcc package is installed. $ mkdir build $ cd build - $ CC=riscv-gcc ../configure --prefix=$RISCV/target --host=riscv + $ CC=riscv-gcc ../configure --prefix=$RISCV/riscv-elf --host=riscv $ make $ make install -- cgit v1.1