pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wasi-compiler-rt: fix build
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <adam%defguard.net@localhost>
Pushed By: adam
Date: Tue May 26 10:38:50 2026 +0200
Changeset: f6cf29880a0b6598b002738224dae553de4fbcbf
Modified Files:
wasi-compiler-rt/Makefile
Log Message:
wasi-compiler-rt: fix build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f6cf29880a0b6598b002738224dae553de4fbcbf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wasi-compiler-rt/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/wasi-compiler-rt/Makefile b/wasi-compiler-rt/Makefile
index b8c9be1994..18dfa3e3fb 100644
--- a/wasi-compiler-rt/Makefile
+++ b/wasi-compiler-rt/Makefile
@@ -49,6 +49,8 @@ CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_ATOMIC_KEYWORD:BOOL=ON
CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_BFLOAT16:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_FLOAT16:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_ASM_LSE:BOOL=OFF
+CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_wasm32_BFLOAT16:BOOL=OFF
+CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS_wasm32_FLOAT16:BOOL=OFF
CMAKE_CONFIGURE_ARGS+= -DCMAKE_C_COMPILER_WORKS=1 # Do not test clang compile
CMAKE_CONFIGURE_ARGS+= -DCMAKE_CXX_COMPILER_WORKS=1 # Do not test clang++ compile
CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_ENABLE_IOS:BOOL=OFF
Home |
Main Index |
Thread Index |
Old Index