diff options
Diffstat (limited to 'tests/test-progs')
-rw-r--r-- | tests/test-progs/insttest/src/riscv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-progs/insttest/src/riscv/Makefile b/tests/test-progs/insttest/src/riscv/Makefile index 5aa8a7a3b..c493b40ce 100644 --- a/tests/test-progs/insttest/src/riscv/Makefile +++ b/tests/test-progs/insttest/src/riscv/Makefile @@ -26,7 +26,7 @@ # # Authors: Alec Roelke -CXX=riscv64-unknown-elf-g++ +CXX=riscv64-unknown-linux-gnu-g++ CFLAGS=--std=c++11 -O3 -static TARGETS=rv64i rv64m rv64a rv64f rv64d |