Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 08:04:04 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490456 - head/lang/ghc
Message-ID:  <201901160804.x0G844Jg068463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Wed Jan 16 08:04:03 2019
New Revision: 490456
URL: https://svnweb.freebsd.org/changeset/ports/490456

Log:
  lang/ghc: Since we already depend on binutils on ARM, use their strip, because our strip is incredibly slow.
  
  PR:		234949
  Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18842

Modified:
  head/lang/ghc/bsd.ghc.mk

Modified: head/lang/ghc/bsd.ghc.mk
==============================================================================
--- head/lang/ghc/bsd.ghc.mk	Wed Jan 16 07:36:50 2019	(r490455)
+++ head/lang/ghc/bsd.ghc.mk	Wed Jan 16 08:04:03 2019	(r490456)
@@ -105,6 +105,7 @@ DISTFILES+=		ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-free
 .if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
 # CONFIGURE_TARGET must to be the same as the llvm triple
 CONFIGURE_TARGET=	${ARCH}-unknown-freebsd${"${ARCH:Maarch64}" != "":?:-gnueabihf}
+CONFIGURE_ENV+=		STRIP=${LOCALBASE}/bin/strip
 EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-aclocal.m4
 BUILD_DEPENDS+=		ld.gold:devel/binutils \
 			llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901160804.x0G844Jg068463>