diff options
author | Ayke van Laethem <[email protected]> | 2020-04-14 17:55:07 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2020-06-27 01:22:31 +0200 |
commit | ce0abac5a3f4373fe944ba6ff5fe38c68bb65e29 (patch) | |
tree | f9c649ca01b4db703db5e597519e00300097edda /targets/atmega328p.json | |
parent | 43d7f48de4cd82ba810690b806a78b0d690fc29d (diff) | |
download | tinygo-ce0abac5a3f4373fe944ba6ff5fe38c68bb65e29.tar.gz tinygo-ce0abac5a3f4373fe944ba6ff5fe38c68bb65e29.zip |
avr: use compiler-rtavr-compiler-rt
Diffstat (limited to 'targets/atmega328p.json')
-rw-r--r-- | targets/atmega328p.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/atmega328p.json b/targets/atmega328p.json index 64aefc98a..e4e0431c5 100644 --- a/targets/atmega328p.json +++ b/targets/atmega328p.json @@ -7,7 +7,7 @@ "-mmcu=atmega328p" ], "ldflags": [ - "-mmcu=avr5" + "-mavr5" ], "linkerscript": "src/device/avr/atmega328p.ld", "extra-files": [ |