File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ compiler.warning_flags.all=-Wall -Wextra
21
21
compiler.path={runtime.tools.cba-llvm.path}/bin/
22
22
compiler.c.cmd=clang-wrapper
23
23
compiler.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
26
26
compiler.S.flags=--target=avr --sysroot={runtime.tools.cba-avr-sysroot.path} -c -g -x assembler-with-cpp -flto -MMD
27
27
compiler.cpp.cmd=clang++-wrapper
28
28
compiler.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
29
29
compiler.ar.cmd=llvm-ar
30
30
compiler.ar.flags=rcs
31
31
compiler.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
33
33
compiler.elf2hex.flags=-O ihex -R .eeprom
34
34
compiler.elf2hex.cmd=llvm-objcopy
35
35
compiler.ldflags=
You can’t perform that action at this time.
0 commit comments