pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Set GCC_TARGET_MACHINE so RPATH set correctly to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa51ca48465d
branches:  trunk
changeset: 387970:aa51ca48465d
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Nov 28 16:05:42 2018 +0000

description:
Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc6-libs

Bump PKGREVISION

diffstat:

 lang/gcc6-libs/Makefile |  4 ++--
 lang/gcc6/Makefile      |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 4efe302991a1 -r aa51ca48465d lang/gcc6-libs/Makefile
--- a/lang/gcc6-libs/Makefile   Wed Nov 28 16:03:53 2018 +0000
+++ b/lang/gcc6-libs/Makefile   Wed Nov 28 16:05:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/11/23 19:30:41 abs Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/28 16:05:54 abs Exp $
 
 GCC_PKGNAME=   gcc6
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
 ## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
-PKGREVISION=   2
+PKGREVISION=   3
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty
diff -r 4efe302991a1 -r aa51ca48465d lang/gcc6/Makefile
--- a/lang/gcc6/Makefile        Wed Nov 28 16:03:53 2018 +0000
+++ b/lang/gcc6/Makefile        Wed Nov 28 16:05:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/11/23 19:28:30 abs Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/28 16:05:42 abs Exp $
 
 GCC_PKGNAME=           gcc6
 .include               "version.mk"
@@ -8,7 +8,7 @@
 ## When bumping the PKGREVISION of this package the PKGREVISION of
 ## lang/gcc6-libs needs to be bump to be at least 1 more than the
 ## PKGREVISION of this package!
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC6_DIST_VERSION}/}
 EXTRACT_SUFX=  .tar.xz
@@ -37,6 +37,7 @@
 GNU_CONFIGURE_PREFIX=  ${GCC_PREFIX}
 INFO_FILES=            yes
 CONFIGURE_ARGS+=       --disable-libstdcxx-pch
+GCC_TARGET_MACHINE?=   ${MACHINE_GNU_PLATFORM}
 
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize



Home | Main Index | Thread Index | Old Index