Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 23:19:22 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Gerald Pfeifer <gerald@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r355454 - head/lang/gcc410
Message-ID:  <20140526211922.GD20327@ivaldir.etoilebsd.net>
In-Reply-To: <201405262111.s4QLBdiW073907@svn.freebsd.org>
References:  <201405262111.s4QLBdiW073907@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <ato@iem.pw.edu.pl>
>   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--



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