From owner-freebsd-stable@freebsd.org Fri Jul 24 05:20:01 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A784B9A8733 for ; Fri, 24 Jul 2015 05:20:01 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 843FA1163 for ; Fri, 24 Jul 2015 05:20:01 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 8104C9A8731; Fri, 24 Jul 2015 05:20:01 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FAA19A8730 for ; Fri, 24 Jul 2015 05:20:01 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BBDA1160; Fri, 24 Jul 2015 05:20:00 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id EBE6F940024; Fri, 24 Jul 2015 07:19:55 +0200 (CEST) Received: from freedom ([192.168.10.100]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.14.9/8.14.9) with ESMTP id t6O5JXMK012104 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 24 Jul 2015 07:19:39 +0200 (CEST) (envelope-from mazhe@alkumuna.eu) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=alkumuna.eu; s=default; t=1437715179; bh=nV6USXG35bLwRAOX2/z0z14mKLyYbWc99rM2cTaKktM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=OB7PinW3C2OKGzZOg14+KRXr55FEmyvPbpOpL4eplIh9ZtYAbKZWItnpW5Ini5zJ4 jZjnwDv+fcTuvQI3DSNKTUkHjHOO660F7f0UNhhG+G9c3pMN4dNkQfPEDM/QqsiILI Sxtc7DAzCQ9zBlYdPTDSFx8VtGBwGWO77IMpaS/s= Date: Fri, 24 Jul 2015 07:19:17 +0200 From: Matthieu Volat To: Don Lewis Cc: stable@FreeBSD.org Subject: Re: MFC r282973 (disable libgomp build) and r283060 (disable libgcov build)? Message-ID: <20150724071917.6a1fd3a3@freedom> In-Reply-To: <201507202103.t6KL31mb092619@gw.catspoiler.org> References: <201507202103.t6KL31mb092619@gw.catspoiler.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/+pliA81zQ7ABpmLZj5QRJlz"; protocol="application/pgp-signature" X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on yggdrasil.alkumuna.eu X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 05:20:01 -0000 --Sig_/+pliA81zQ7ABpmLZj5QRJlz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 20 Jul 2015 14:03:01 -0700 (PDT) Don Lewis wrote: > Should r282973 and r283060 be MFCed to FreeBSD 10? On amd64 and i386, > which use clang as their base compiler and don't have gcc in base by > default, the math/scilab port uses clang for cc and c++ compilation, but > finds /usr/include/omp.h (and links to libgomp from lang/gcc). The > build succeeds, but I suspect this may not run properly. Does it mean the door to an openmp-enabled cc in base is closed? I'm not fond of lang/gcc as openmp "provider": if a port use c++, it will c= ause linkage headaches with libc++ (I never was able to have graphics/darkt= able working, for example). --=20 Matthieu Volat --Sig_/+pliA81zQ7ABpmLZj5QRJlz Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlWxytUACgkQ+ENDeYKZi36GTQCfYvweHOE4Cm8wHQm5ehrL0yVi LKIAnj0oVWewB9hA8CJID6ThCdVcDBzM =5oNK -----END PGP SIGNATURE----- --Sig_/+pliA81zQ7ABpmLZj5QRJlz--