pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/compiler Append LIBABISUFFIX to the GCC library pat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d039751136f5
branches: trunk
changeset: 649389:d039751136f5
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Apr 02 23:50:25 2015 +0000
description:
Append LIBABISUFFIX to the GCC library path. Fixes Linux and SunOS
multilib systems where it is the default, no change on other platforms.
diffstat:
mk/compiler/gcc.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 96e5ffe58431 -r d039751136f5 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk Thu Apr 02 23:42:15 2015 +0000
+++ b/mk/compiler/gcc.mk Thu Apr 02 23:50:25 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.157 2015/04/02 23:42:15 jperkin Exp $
+# $NetBSD: gcc.mk,v 1.158 2015/04/02 23:50:25 jperkin Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -672,7 +672,7 @@
. endif
_GCC_LIBDIRS= ${_GCC_ARCHDIR}
. if empty(USE_PKGSRC_GCC_RUNTIME:M[Yy][Ee][Ss])
-_GCC_LIBDIRS+= ${_GCC_PREFIX}lib
+_GCC_LIBDIRS+= ${_GCC_PREFIX}lib${LIBABISUFFIX}
. endif
_GCC_LDFLAGS= # empty
. for _dir_ in ${_GCC_LIBDIRS:N*not_found*}
Home |
Main Index |
Thread Index |
Old Index