diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.cargo/config b/.cargo/config index 2683610d..d0957664 100644 --- a/.cargo/config +++ b/.cargo/config @@ -7,7 +7,4 @@ runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semiho [target.'cfg(all(target_arch = "arm", target_os = "none"))'] rustflags = [ "-C", "link-arg=-Tlink.x", -] - -[build] -target = "thumbv7m-none-eabi"
\ No newline at end of file +]
\ No newline at end of file |