pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Ensure the Fortran wrappers specify the correct ABI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/11cef905ec17
branches: trunk
changeset: 607336:11cef905ec17
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 09 12:16:24 2012 +0000
description:
Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes a
bunch of packages on Solaris when ABI=32 with 64-bit compilers.
diffstat:
mk/compiler.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6200ae6e42b9 -r 11cef905ec17 mk/compiler.mk
--- a/mk/compiler.mk Thu Aug 09 10:21:19 2012 +0000
+++ b/mk/compiler.mk Thu Aug 09 12:16:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.77 2012/07/08 19:57:10 marino Exp $
+# $NetBSD: compiler.mk,v 1.78 2012/08/09 12:16:24 jperkin Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -154,6 +154,7 @@
.if defined(ABI) && !empty(ABI)
_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
Home |
Main Index |
Thread Index |
Old Index