From ba9e78840cd0f7a6a98e7fdab0d0c219ba2449f0 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Wed, 8 Jun 2022 14:57:40 +0200 Subject: [PATCH] Fixed warning unused no-compiler-rt The warning: target json file contains unused fields: no-compiler-rt is now gone. --- avr-atmega328p.json | 1 - 1 file changed, 1 deletion(-) diff --git a/avr-atmega328p.json b/avr-atmega328p.json index 4d2c873..279cd0a 100644 --- a/avr-atmega328p.json +++ b/avr-atmega328p.json @@ -8,7 +8,6 @@ "linker-flavor": "gcc", "linker-is-gnu": true, "llvm-target": "avr-unknown-unknown", - "no-compiler-rt": true, "os": "unknown", "position-independent-executables": false, "exe-suffix": ".elf",