From f7d6199ab2405903c7863e4732f9620705e14308 Mon Sep 17 00:00:00 2001 From: Corwin Date: Mon, 1 Aug 2022 17:36:02 +0100 Subject: [PATCH] add the config to be able to compile this --- agb/.cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agb/.cargo/config.toml b/agb/.cargo/config.toml index 54493f4b..62ebedb7 100644 --- a/agb/.cargo/config.toml +++ b/agb/.cargo/config.toml @@ -8,3 +8,7 @@ target = "thumbv4t-none-eabi" [target.thumbv4t-none-eabi] rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"] runner = "mgba-test-runner" + +[target.armv4t-none-eabi] +rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"] +runner = "mgba-test-runner"