Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2016 23:00:27 +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: r414734 - in head/lang: gcc gcc46 gcc47 gcc48
Message-ID:  <201605062300.u46N0R2M043498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri May  6 23:00:26 2016
New Revision: 414734
URL: https://svnweb.freebsd.org/changeset/ports/414734

Log:
  Apply the following to all common GCC ports based on end-of-life versions
  of GCC including lang/gcc:
  
  Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
  rest of the world including GNU and GCC.  For all other architectures
  it already defaults to the value we were setting.

Modified:
  head/lang/gcc/Makefile
  head/lang/gcc46/Makefile
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Fri May  6 22:35:16 2016	(r414733)
+++ head/lang/gcc/Makefile	Fri May  6 23:00:26 2016	(r414734)
@@ -58,8 +58,6 @@ CONFIGURE_ARGS+=	--disable-multilib
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
-.else
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
 .endif
 
 .if ${ARCH} == powerpc64

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Fri May  6 22:35:16 2016	(r414733)
+++ head/lang/gcc46/Makefile	Fri May  6 23:00:26 2016	(r414734)
@@ -50,8 +50,6 @@ BOOTSTRAP_DESC=		Build using a full boot
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
-.else
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
 .endif
 
 LANGUAGES:=	c,c++,objc,fortran

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Fri May  6 22:35:16 2016	(r414733)
+++ head/lang/gcc47/Makefile	Fri May  6 23:00:26 2016	(r414734)
@@ -50,8 +50,6 @@ BOOTSTRAP_DESC=		Build using a full boot
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
-.else
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
 .endif
 
 .if ${ARCH} == powerpc64

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Fri May  6 22:35:16 2016	(r414733)
+++ head/lang/gcc48/Makefile	Fri May  6 23:00:26 2016	(r414734)
@@ -61,8 +61,6 @@ CONFIGURE_ARGS+=	--disable-multilib
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
-.else
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
 .endif
 
 .if ${ARCH} == powerpc64



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