Skip to content

Commit

Permalink
Enable io-long-double printf in picolibc
Browse files Browse the repository at this point in the history
  • Loading branch information
pwprzybyla committed Jun 15, 2023
1 parent bea7ead commit 5222842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function(add_picolibc directory variant target_triple flags qemu_params variant_
INSTALL_DIR "${LLVM_BINARY_DIR}/${directory}"
PREFIX picolibc/${variant}
DEPENDS clang lld llvm-ar llvm-config llvm-nm llvm-ranlib llvm-strip
CONFIGURE_COMMAND ${MESON_EXECUTABLE} -Dincludedir=include -Dlibdir=lib -Dspecsdir=none --prefix <INSTALL_DIR> --cross-file <BINARY_DIR>/meson-cross-build.txt ${picolibc_SOURCE_DIR}
CONFIGURE_COMMAND ${MESON_EXECUTABLE} -Dincludedir=include -Dlibdir=lib -Dio-long-double=true -Dspecsdir=none --prefix <INSTALL_DIR> --cross-file <BINARY_DIR>/meson-cross-build.txt ${picolibc_SOURCE_DIR}
BUILD_COMMAND ninja
INSTALL_COMMAND ${MESON_EXECUTABLE} install ${MESON_INSTALL_QUIET}
USES_TERMINAL_CONFIGURE TRUE
Expand Down

0 comments on commit 5222842

Please sign in to comment.