pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/wasi-compiler-rt
Module Name: pkgsrc
Committed By: ktnb
Date: Sun Apr 19 18:40:46 UTC 2026
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile
Log Message:
wasi-compiler-rt: fixed compiling on Linux
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/wasi-compiler-rt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/wasi-compiler-rt/Makefile
diff -u pkgsrc/lang/wasi-compiler-rt/Makefile:1.37 pkgsrc/lang/wasi-compiler-rt/Makefile:1.38
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.37 Thu Apr 16 06:33:52 2026
+++ pkgsrc/lang/wasi-compiler-rt/Makefile Sun Apr 19 18:40:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2026/04/16 06:33:52 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/04/19 18:40:46 ktnb Exp $
.include "../../lang/llvm/version.mk"
@@ -54,6 +54,7 @@ CMAKE_CONFIGURE_ARGS+= -DCOMPILER_RT_HAS
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
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_SYSTEM_NAME=WASI
CMAKE_INSTALL_PREFIX= ${PREFIX}/lib/clang/${LLVM_MAJOR_VERSION}
CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
Home |
Main Index |
Thread Index |
Old Index