diff --git a/Makefile b/Makefile
index 4ac40e1e5fdd892f142031c15cf7863aaa6d18cf..b88518cd565cf12936a4c57a02f46ef1056d7002 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ else
 	bash
 endif
 
+export RUST_GDB=gdb-multiarch # Necessary when debugging for another architecture than the host
 gdb: FORCE
 	gdb cookbook/recipes/core/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234"