Skip to content

Commit 8e16fc1

Browse files
committed
newlib: enable time_t as long
1 parent 59e7470 commit 8e16fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ ExternalProject_Add(newlib
536536
--enable-newlib-io-long-long
537537
--enable-newlib-register-fini
538538
--disable-newlib-supplied-syscalls
539+
--enable-newlib-long-time_t
539540
--disable-nls
540541
BUILD_COMMAND ${compiler_flags} ${toolchain_tools} ${wrapper_command} $(MAKE)
541542
INSTALL_COMMAND $(MAKE) install DESTDIR=${CMAKE_INSTALL_PREFIX}

0 commit comments

Comments
 (0)