aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2017-02-08 15:06:54 -0800
committerRichard Henderson <rth@twiddle.net>2017-02-14 08:14:58 +1100
commit4a09d0bb34ab030e09e87173b2e3ec0fd7616cff (patch)
tree4ed7ec1405016274a6e6ad540a4135101c27e570 /tests
parent305e6c8a2ff7a6e3f4942b50e853230f18eeb5a9 (diff)
downloadqemu-4a09d0bb34ab030e09e87173b2e3ec0fd7616cff.zip
qemu-4a09d0bb34ab030e09e87173b2e3ec0fd7616cff.tar.gz
qemu-4a09d0bb34ab030e09e87173b2e3ec0fd7616cff.tar.bz2
target/openrisc: Rename the cpu from or32 to or1k
This is in keeping with the toolchain and or1ksim. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/openrisc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcg/openrisc/Makefile b/tests/tcg/openrisc/Makefile
index 7e65888..fb5ceda 100644
--- a/tests/tcg/openrisc/Makefile
+++ b/tests/tcg/openrisc/Makefile
@@ -1,8 +1,8 @@
-include ../../config-host.mak
-CROSS = or32-linux-
+CROSS = or1k-linux-
-SIM = qemu-or32
+SIM = qemu-or1k
CC = $(CROSS)gcc