From owner-svn-ports-all@FreeBSD.ORG Mon May 26 21:19:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BB1A44A; Mon, 26 May 2014 21:19:33 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 250B92C3A; Mon, 26 May 2014 21:19:32 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id r20so572211wiv.15 for ; Mon, 26 May 2014 14:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=cciBipLs5XhfHCVT13BKF86RWEKDmBs2CYXZPjgliGg=; b=Tw+zCtv/mds0nVtO3Xa2kaT6nBiFVKp2NlIovTi7NgvXFcfD5pp6F9J/8Xsw/XExFm TmP2/poewX+S0/km5Hz0Tmb4NcNEjiNHULVKmK3dxBsm7JSA/H4WC9uaPOp1xOlZKWva aDl7UGgOOaMlXIXGZVR7ynXPdJO3fLKYUFOYmvrAVG/Br6tLy9UXkCs3B2bmDtxxg/17 JjVWUsQ80/iBg7wX1VfWlCdTAaKkWkmi9S/n+Ab+FUp5IPXxUZTBsBv61m7SHQ+y5rGq KddwJ/dHI4qiUXqe+5cfXrGN2F2/oQNauQJhWLzZ8ia2fYZri5s6E00JWe+SObkA7ymB JSig== X-Received: by 10.180.228.42 with SMTP id sf10mr31770889wic.48.1401139170360; Mon, 26 May 2014 14:19:30 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id fi2sm2844623wib.2.2014.05.26.14.19.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 May 2014 14:19:24 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 26 May 2014 23:19:22 +0200 From: Baptiste Daroussin To: Gerald Pfeifer Subject: Re: svn commit: r355454 - head/lang/gcc410 Message-ID: <20140526211922.GD20327@ivaldir.etoilebsd.net> References: <201405262111.s4QLBdiW073907@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ycz6tD7Th1CMF4v7" Content-Disposition: inline In-Reply-To: <201405262111.s4QLBdiW073907@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 21:19:33 -0000 --Ycz6tD7Th1CMF4v7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 26, 2014 at 09:11:39PM +0000, Gerald Pfeifer wrote: > Author: gerald > Date: Mon May 26 21:11:38 2014 > New Revision: 355454 > URL: http://svnweb.freebsd.org/changeset/ports/355454 > QAT: https://qat.redports.org/buildarchive/r355454/ >=20 > Log: > On amd64 systems with clang, we still need to build with GCC for the ti= me > being since clang pretends it is GCC, but cannot cope with all GCC spec= ific > input. > =20 > Reported by: Andrzej Tobola > Tested with: redports >=20 > Modified: > head/lang/gcc410/Makefile >=20 > Modified: head/lang/gcc410/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/gcc410/Makefile Mon May 26 21:01:24 2014 (r355453) > +++ head/lang/gcc410/Makefile Mon May 26 21:11:38 2014 (r355454) > @@ -33,6 +33,9 @@ GCC_VERSION=3D ${PORTVERSION:C/(.+)\.s[0-9 > SUFFIX=3D ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} > ONLY_FOR_ARCHS=3D amd64 i386 powerpc powerpc64 sparc64 > USES=3D gmake iconv perl5 tar:bzip2 > +.if exists(/usr/bin/clang) && ${ARCH} =3D=3D "amd64" > +USE_GCC=3D yes > +.endif ARCH is only defined after bsd.port.options.mk or bsd.port.pre.mk > USE_BINUTILS=3D yes > USE_PERL5=3D build > SSP_UNSAFE=3D yes >=20 regards, Bapt --Ycz6tD7Th1CMF4v7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlODr9oACgkQ8kTtMUmk6Ez8ygCcC6w+OA2+sPYRzV1pfBBY+f/k kbMAn0wOhXSgloCHxS7wF9AqoKl+Pd6a =PiiG -----END PGP SIGNATURE----- --Ycz6tD7Th1CMF4v7--