Skip to content

Commit

Permalink
newlib: enable time_t as long
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Aug 1, 2021
1 parent 59e7470 commit 8e16fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ ExternalProject_Add(newlib
--enable-newlib-io-long-long
--enable-newlib-register-fini
--disable-newlib-supplied-syscalls
--enable-newlib-long-time_t
--disable-nls
BUILD_COMMAND ${compiler_flags} ${toolchain_tools} ${wrapper_command} $(MAKE)
INSTALL_COMMAND $(MAKE) install DESTDIR=${CMAKE_INSTALL_PREFIX}
Expand Down

0 comments on commit 8e16fc1

Please sign in to comment.