Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Adjust last to really prepend in the case ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbd3f7edd603
branches:  trunk
changeset: 429210:dbd3f7edd603
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 17 13:36:26 2020 +0000

description:
Adjust last to really prepend in the case of cwrappers.

diffstat:

 mk/compiler/clang.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 657ef7870a0f -r dbd3f7edd603 mk/compiler/clang.mk
--- a/mk/compiler/clang.mk      Fri Apr 17 13:35:36 2020 +0000
+++ b/mk/compiler/clang.mk      Fri Apr 17 13:36:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: clang.mk,v 1.24 2020/04/17 13:35:36 joerg Exp $
+# $NetBSD: clang.mk,v 1.25 2020/04/17 13:36:26 joerg Exp $
 #
 # This is the compiler definition for the clang compiler.
 #
@@ -91,7 +91,8 @@
 .endif
 
 _WRAP_EXTRA_ARGS.CC+=  -Qunused-arguments -fcommon
-CWRAPPERS_APPEND.cc+=  -Qunused-arguments -fcommon
+CWRAPPERS_APPEND.cc+=  -Qunused-arguments
+CWRAPPERS_PREPEND.cc+= -Qunused-arguments -fcommon
 _WRAP_EXTRA_ARGS.CXX+= -Qunused-arguments
 CWRAPPERS_APPEND.cxx+= -Qunused-arguments
 



Home | Main Index | Thread Index | Old Index