Skip to content

Commit dcc3f92

Browse files
committed
Use newlib instead of newlib nano so that 64bit int ascii parsing works.
1 parent 2edc38b commit dcc3f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/Tupfile.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ CFLAGS += '-DFIBRE_ENABLE_SERVER'
346346

347347
-- linker flags
348348
LDFLAGS += '-flto -lc -lm -lnosys' -- libs
349-
LDFLAGS += '-mthumb -mfloat-abi=hard -specs=nosys.specs -specs=nano.specs -u _printf_float -u _scanf_float -Wl,--cref -Wl,--gc-sections'
349+
-- LDFLAGS += '-mthumb -mfloat-abi=hard -specs=nosys.specs -specs=nano.specs -u _printf_float -u _scanf_float -Wl,--cref -Wl,--gc-sections'
350+
LDFLAGS += '-mthumb -mfloat-abi=hard -specs=nosys.specs -u _printf_float -u _scanf_float -Wl,--cref -Wl,--gc-sections'
350351
LDFLAGS += '-Wl,--undefined=uxTopUsedPriority'
351352

352353

0 commit comments

Comments
 (0)