Date: Wed, 16 Aug 2017 22:18:53 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448067 - head/lang/gcc7 Message-ID: <201708162218.v7GMIrdw064982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Aug 16 22:18:53 2017 New Revision: 448067 URL: https://svnweb.freebsd.org/changeset/ports/448067 Log: Fix PR 221571 more thoroughly and aligned with lang/gcc6 and lang/gcc5: release tarballs, unlike snapshots, always contain prebuilt .info files. PR: 221571 Modified: head/lang/gcc7/Makefile Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Wed Aug 16 21:41:39 2017 (r448066) +++ head/lang/gcc7/Makefile Wed Aug 16 22:18:53 2017 (r448067) @@ -103,10 +103,11 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ gcc${SUFFIX}/libgomp -.if ${ARCH} == "aarch64" || ${ARCH} == "amd64" || ${ARCH} == "i386" +# Release tarballs (as opposed to snapshots) always carry this. +#.if ${ARCH} == "amd64" || ${ARCH} == "i386" INFO+= gcc${SUFFIX}/libquadmath \ gcc${SUFFIX}/libitm -.endif +#.endif SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708162218.v7GMIrdw064982>