summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-30 13:07:34 +0000
committerwiz <wiz@pkgsrc.org>2022-01-30 13:07:34 +0000
commit9cdef7ddd5f288fb971390475dc48b73e032dae4 (patch)
tree983dff9bd827fb213c5b1a48d42b72947fd3302b /mk/compiler
parent8b97ed1e92409a769b9cf555afc82d9e15340a9f (diff)
downloadpkgsrc-9cdef7ddd5f288fb971390475dc48b73e032dae4.tar.gz
compiler/clang.mk: do not disable PIE support
joerg says clang has the same interface for this like gcc
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/clang.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/compiler/clang.mk b/mk/compiler/clang.mk
index 6056c1ee9ea..e8233d697ee 100644
--- a/mk/compiler/clang.mk
+++ b/mk/compiler/clang.mk
@@ -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_IMPLICIT_cmd:sh}
_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