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:   ryoon
Date:           Wed Dec 22 16:10:08 UTC 2021

Modified Files:
        pkgsrc/lang/wasi-compiler-rt: Makefile

Log Message:
wasi-compiler-rt: Disable stack check explicitly too


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/lang/wasi-compiler-rt/Makefile:1.3
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.2   Wed Dec 22 12:52:49 2021
+++ pkgsrc/lang/wasi-compiler-rt/Makefile       Wed Dec 22 16:10:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/22 12:52:49 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/22 16:10:08 ryoon Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -19,7 +19,9 @@ NOT_FOR_PLATFORM=     NetBSD-[0-7].*-*
 USE_CMAKE=     yes
 USE_LANGUAGES= c99 c++11
 USE_TOOLS+=    ggrep
-SSP_SUPPORTED= no
+
+SSP_SUPPORTED=         no
+PKGSRC_USE_STACK_CHECK=        no
 
 CONFIGURE_DIRS=        ../build
 CMAKE_ARG_PATH=        ${WRKSRC}/lib/builtins



Home | Main Index | Thread Index | Old Index