@@ -21,15 +21,15 @@ compiler.warning_flags.all=-Wall -Wextra
2121compiler.path={runtime.tools.cba-llvm.path}/bin/
2222compiler.c.cmd=clang-wrapper
2323compiler.c.flags=--target=avr -c -g -Os {compiler.warning_flags} --skip-lto=wiring.c --sysroot={runtime.tools.cba-avr-sysroot.path} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
24- compiler.c.elf.flags=--target=avr {compiler.warning_flags} --sysroot={runtime.tools.cba-avr-sysroot.path} -Os -g -flto -fuse-linker-plugin -ffunction-sections -fdata-sections -Wl,--gc-sections -fuse-ld ={runtime.tools.cba-avr-bfd.path}/bin/ld.bfd
25- compiler.c.elf.cmd=clang++
24+ compiler.c.elf.flags=--target=avr {compiler.warning_flags} --sysroot={runtime.tools.cba-avr-sysroot.path} -Os -g -flto -fuse-linker-plugin -ffunction-sections -fdata-sections -Wl,--gc-sections --bfd-dir ={runtime.tools.cba-avr-bfd.path} --llvmgold-dir={runtime.tools.cba-llvmgold.path}
25+ compiler.c.elf.cmd=clang++-wrapper
2626compiler.S.flags=--target=avr --sysroot={runtime.tools.cba-avr-sysroot.path} -c -g -x assembler-with-cpp -flto -MMD
2727compiler.cpp.cmd=clang++-wrapper
2828compiler.cpp.flags=--target=avr -c -g -Os {compiler.warning_flags} --skip-lto=HardwareSerial0.cpp --sysroot={runtime.tools.cba-avr-sysroot.path} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fno-rtti -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto
2929compiler.ar.cmd=llvm-ar
3030compiler.ar.flags=rcs
3131compiler.objcopy.cmd=llvm-objcopy
32- compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
32+ compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load
3333compiler.elf2hex.flags=-O ihex -R .eeprom
3434compiler.elf2hex.cmd=llvm-objcopy
3535compiler.ldflags=