pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk _LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc18e4e54126
branches:  trunk
changeset: 607337:dc18e4e54126
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 09 12:32:41 2012 +0000

description:
_LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, remove to avoid confusion.

diffstat:

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

diffs (17 lines):

diff -r 11cef905ec17 -r dc18e4e54126 mk/compiler.mk
--- a/mk/compiler.mk    Thu Aug 09 12:16:24 2012 +0000
+++ b/mk/compiler.mk    Thu Aug 09 12:32:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.78 2012/08/09 12:16:24 jperkin Exp $
+# $NetBSD: compiler.mk,v 1.79 2012/08/09 12:32:41 jperkin Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -155,7 +155,6 @@
 _WRAP_EXTRA_ARGS.CC+=  ${_COMPILER_ABI_FLAG.${ABI}}
 _WRAP_EXTRA_ARGS.CXX+= ${_COMPILER_ABI_FLAG.${ABI}}
 _WRAP_EXTRA_ARGS.FC+=  ${_COMPILER_ABI_FLAG.${ABI}}
-_WRAP_EXTRA_ARGS.LD+=  ${_LINKER_ABI_FLAG.${ABI}}
 .endif
 
 # If the languages are not requested, force them not to be available



Home | Main Index | Thread Index | Old Index