svn commit: r468277 - head/devel/amd64-gcc

Alexander Kabaev kan at FreeBSD.org
Wed Apr 25 13:17:11 UTC 2018


Author: kan
Date: Wed Apr 25 13:17:10 2018
New Revision: 468277
URL: https://svnweb.freebsd.org/changeset/ports/468277

Log:
  Catch up with changed binutils prefix some more
  
  The amd64-gcc needs same treatment as amd64-binutils,
  we need to override BUTARGET in order to account for
  amd64 vs x86-64 mismatch.
  
  Submitted by: lwhsu

Modified:
  head/devel/amd64-gcc/Makefile

Modified: head/devel/amd64-gcc/Makefile
==============================================================================
--- head/devel/amd64-gcc/Makefile	Wed Apr 25 12:06:31 2018	(r468276)
+++ head/devel/amd64-gcc/Makefile	Wed Apr 25 13:17:10 2018	(r468277)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 PKGNAMEPREFIX=	amd64-
 PLIST=	${.CURDIR}/pkg-plist
 
 MASTERDIR=	${.CURDIR}/../powerpc64-gcc
 GCC_TARGET=	x86_64-unknown-${OPSYS:tl}${OSREL}
-BU_PREFIX=	x86_64-${OPSYS:tl}
+BU_PREFIX=	x86_64-unknown-${OPSYS:tl}${OSREL}
 FREEBSD_EXTENSION=	yes
 
 BROKEN_aarch64=		invalid output constraint '=a' in assembler


More information about the svn-ports-head mailing list