svn commit: r484862 - in branches/2018Q4/devel/riscv64-gcc: . files

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Nov 13 08:21:10 UTC 2018


Author: lwhsu
Date: Tue Nov 13 08:21:08 2018
New Revision: 484862
URL: https://svnweb.freebsd.org/changeset/ports/484862

Log:
  MFH: r484853 r484854
  
  Add support of -fuse-ld=lld
  
  Merge support from upstream gcc for -fuse-ld=lld.  It's already committed and
  should appear in a future release.
  
  PR:		233174
  Submitted by:	brooks
  Sponsored by:	The FreeBSD Foundation
  
  Remove a sneaked change in r484853
  
  Sponsored by:	The FreeBSD Foundation
  
  Approved by:	ports-secteam (miwi)

Added:
  branches/2018Q4/devel/riscv64-gcc/files/
     - copied from r484853, head/devel/riscv64-gcc/files/
Modified:
  branches/2018Q4/devel/riscv64-gcc/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/devel/riscv64-gcc/Makefile
==============================================================================
--- branches/2018Q4/devel/riscv64-gcc/Makefile	Tue Nov 13 07:55:29 2018	(r484861)
+++ branches/2018Q4/devel/riscv64-gcc/Makefile	Tue Nov 13 08:21:08 2018	(r484862)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	8.1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	riscv64-
 


More information about the svn-ports-branches mailing list