File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
hardware/esp8266com/esp8266 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ compiler.S.flags=-c -g -x assembler-with-cpp -MMD
23
23
compiler.c.elf.ldscript=eagle.app.v6.ld
24
24
compiler.c.elf.flags=-nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/ld" "-T{compiler.c.elf.ldscript}"
25
25
compiler.c.elf.cmd=xtensa-lx106-elf-gcc
26
- compiler.c.elf.libs=-lc - lm -lg -lgcc -lhal -lphy -lnet80211 -llwip -lwpa -lmain -lpp -lsmartconfig
26
+ compiler.c.elf.libs=-lm -lc -lgcc -lhal -lphy -lnet80211 -llwip -lwpa -lmain -lpp -lsmartconfig
27
27
28
<
4025
/td>28
compiler.cpp.cmd=xtensa-lx106-elf-g++
29
29
compiler.cpp.flags=-c -Os -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -std=c++11 -MMD
You can’t perform that action at this time.
0 commit comments