summaryrefslogtreecommitdiff
path: root/lang/gcc48-libs/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-05-31 13:06:25 +0000
committerryoon <ryoon@pkgsrc.org>2014-05-31 13:06:25 +0000
commitdc89bc09f97cdc7be45adbe187a50ff262d4cd91 (patch)
treea67c5bcb5d37c50aa22a8a59d7a19a4e62b88b07 /lang/gcc48-libs/Makefile
parent9fcd5bd76db6171cebcd81fb2b7b1713c2995e93 (diff)
downloadpkgsrc-dc89bc09f97cdc7be45adbe187a50ff262d4cd91.tar.gz
Update to 4.8.3
* Convert gcc48 to simple meta-pkg * Potentially fix non-NetBSD packaging * Fix gcc48-libs/gcc48-cc++ build under OpenBSD/amd64 5.5 * Enable graphite option, from wip/gcc48snapshot via Xiyue Deng * Tweak nls option Changelog: GCC 4.8.3 This is the [35]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Support for the new powerpc64le-linux platform has been added. It defaults to generating code that conforms to the ELFV2
Diffstat (limited to 'lang/gcc48-libs/Makefile')
-rw-r--r--lang/gcc48-libs/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/lang/gcc48-libs/Makefile b/lang/gcc48-libs/Makefile
index 1c9d3d52e42..0d21992f3bc 100644
--- a/lang/gcc48-libs/Makefile
+++ b/lang/gcc48-libs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/05/20 19:12:36 adam Exp $
+# $NetBSD: Makefile,v 1.15 2014/05/31 13:06:25 ryoon Exp $
PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION}
-PKGREVISION= 5
COMMENT= Runtime libraries from the GNU Compiler Collection (GCC) 4.8
@@ -24,14 +23,22 @@ INSTALLATION_DIRS+= java/${GCC_PKGNAME}/jre/lib/${MACHINE_ARCH:S/x86_64/amd64/}/
.endif
do-install:
+.if ${OPSYS} != "NetBSD"
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} \
+ ${WRKSRC}/${OBJDIR}/${MACHINE_GNU_PLATFORM}/libquadmath/libquadmath.la \
+ ${DESTDIR}${PREFIX}/${GCC_PKGNAME}/lib
+.endif
+
${LIBTOOL} --mode=install ${INSTALL_LIB} \
${WRKSRC}/${OBJDIR}/${MACHINE_GNU_PLATFORM}/libatomic/libatomic.la \
${DESTDIR}${PREFIX}/${GCC_PKGNAME}/lib
+.if ${OPSYS} == "NetBSD"
# libgcc_s has no libtool la file.
${INSTALL_LIB} \
${WRKSRC}/${OBJDIR}/${MACHINE_GNU_PLATFORM}/libgcc/libgcc_s.* \
${DESTDIR}${PREFIX}/${GCC_PKGNAME}/lib
+.endif
${LIBTOOL} --mode=install ${INSTALL_LIB} \
${WRKSRC}/${OBJDIR}/${MACHINE_GNU_PLATFORM}/libgfortran/libgfortran.la \