From owner-svn-ports-head@freebsd.org Mon Feb 4 09:40:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27C3B14C5055; Mon, 4 Feb 2019 09:40:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2AD875B9D; Mon, 4 Feb 2019 09:40:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6E85438B; Mon, 4 Feb 2019 09:40:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x149eYid007300; Mon, 4 Feb 2019 09:40:34 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x149eX3U007295; Mon, 4 Feb 2019 09:40:33 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201902040940.x149eX3U007295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 4 Feb 2019 09:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492106 - in head/lang: gcc5 gcc6 gcc7 gcc7-devel gcc8 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc5 gcc6 gcc7 gcc7-devel gcc8 X-SVN-Commit-Revision: 492106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C2AD875B9D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 09:40:35 -0000 Author: gerald Date: Mon Feb 4 09:40:33 2019 New Revision: 492106 URL: https://svnweb.freebsd.org/changeset/ports/492106 Log: On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540, which caused the build to fail after the update to binutils 2.31 and was factually incorrect anyways (since the oldest we support is 8548). PR: 235393 Reported by: jhibbits Modified: head/lang/gcc5/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/gcc7/Makefile head/lang/gcc8/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Mon Feb 4 09:30:47 2019 (r492105) +++ head/lang/gcc5/Makefile Mon Feb 4 09:40:33 2019 (r492106) @@ -68,7 +68,7 @@ MAKE_ARGS+=STAGE1_CXXFLAGS=-fbracket-depth=512 CONFIGURE_ENV+= UNAME_m="powerpc64" .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Mon Feb 4 09:30:47 2019 (r492105) +++ head/lang/gcc6/Makefile Mon Feb 4 09:40:33 2019 (r492106) @@ -84,7 +84,7 @@ USE_GCC= 5 # This port requires at least GCC 4.9, and # USE_GCC=yes or USE_GCC=X+ are not an option). .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Mon Feb 4 09:30:47 2019 (r492105) +++ head/lang/gcc7-devel/Makefile Mon Feb 4 09:40:33 2019 (r492106) @@ -69,7 +69,7 @@ USE_GCC= 5 # This port requires at least GCC 4.9, and # USE_GCC=yes or USE_GCC=X+ are not an option). .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Mon Feb 4 09:30:47 2019 (r492105) +++ head/lang/gcc7/Makefile Mon Feb 4 09:40:33 2019 (r492106) @@ -65,7 +65,7 @@ USE_GCC= 5 # This port requires at least GCC 4.9, and # USE_GCC=yes or USE_GCC=X+ are not an option). .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran Modified: head/lang/gcc8/Makefile ============================================================================== --- head/lang/gcc8/Makefile Mon Feb 4 09:30:47 2019 (r492105) +++ head/lang/gcc8/Makefile Mon Feb 4 09:40:33 2019 (r492106) @@ -65,7 +65,7 @@ USE_GCC= 5 # This port requires at least GCC 4.9, and # USE_GCC=yes or USE_GCC=X+ are not an option). .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran