Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 22:25:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333945 - head/Mk/Uses
Message-ID:  <201311152225.rAFMPeU5008283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Nov 15 22:25:40 2013
New Revision: 333945
URL: http://svnweb.freebsd.org/changeset/ports/333945

Log:
  Make sure clang uses ports ld on FreeBSD 8

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Fri Nov 15 22:22:12 2013	(r333944)
+++ head/Mk/Uses/compiler.mk	Fri Nov 15 22:25:40 2013	(r333945)
@@ -128,6 +128,7 @@ CC=	${LOCALBASE}/bin/clang33
 CXX=	${LOCALBASE}/bin/clang++33
 .if ${OSVERSION} < 900033
 USE_BINUTILS=	yes
+LDFLAGS+=	-B${LOCALBASE}/bin
 .endif
 .endif
 .endif
@@ -145,6 +146,7 @@ CC=	${LOCALBASE}/bin/clang33
 CXX=	${LOCALBASE}/bin/clang++33
 .if ${OSVERSION} < 900033
 USE_BINUTILS=	yes
+LDFLAGS+=	-B${LOCALBASE}/bin
 .endif
 .endif
 .endif



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