pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 30 13:07:35 UTC 2022

Modified Files:
        pkgsrc/mk/compiler: clang.mk

Log Message:
compiler/clang.mk: do not disable PIE support

joerg says clang has the same interface for this like gcc


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mk/compiler/clang.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/clang.mk
diff -u pkgsrc/mk/compiler/clang.mk:1.33 pkgsrc/mk/compiler/clang.mk:1.34
--- pkgsrc/mk/compiler/clang.mk:1.33    Wed Jan 19 16:06:43 2022
+++ pkgsrc/mk/compiler/clang.mk Sun Jan 30 13:07:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: clang.mk,v 1.33 2022/01/19 16:06:43 pho Exp $
+# $NetBSD: clang.mk,v 1.34 2022/01/30 13:07:34 wiz Exp $
 #
 # This is the compiler definition for the clang compiler.
 #
@@ -114,9 +114,4 @@ CWRAPPERS_PREPEND.cc+=      ${_NOERROR_IMPLIC
 _CXX_STD_FLAG.${_version_}?=   -std=${_version_}
 .endfor
 
-.if ${_PKGSRC_MKPIE} == "yes"
-WARNINGS+=             "[clang.mk] PKGSRC_MKPIE is currently not supported for clang"
-CHECK_PIE_SUPPORTED=   no
-.endif
-
 .endif # COMPILER_CLANG_MK



Home | Main Index | Thread Index | Old Index