From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 16:02:58 2013 Return-Path: Delivered-To: current@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 ESMTP id AF689FD2 for ; Thu, 29 Aug 2013 16:02:58 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74677241D for ; Thu, 29 Aug 2013 16:02:58 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id ef5so679022obb.37 for ; Thu, 29 Aug 2013 09:02:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=9z81+8ESM1A0yIrLB6HtD0tcWXlCC0WMjaAf8JBlLMI=; b=bTAbbZP0X7tdIvr8sFsgErT+m24yEF7SlZIxFrCib9LzUNSxULq3iECWGqsuONIeZ7 NXo3+RcRz6KjV5jL/HvQg4PWgqfST+wIO6ZRcFgUZMVkWJSckW5oKM4MpGl2tXqUvyOM UKyvspbRMV4W398gGcjIaLrKCYDXXcyE7Q8z3jzGMUOxFM3Xr8Uk05Ftb4X4WOZKpC0g /oVsxNcnV0Q3QMYgkk/2SpfnEtoxZZpQ4DvnrpSjvDgVUNNEuTsSyiUJPXtIiPu/ng/E tTva4Sm5QWd5FKblWCJfLNQo9WZ5kNgJ3M1WR3u0QXYQ8wLmbk/AfnJzh045nSmhc2pP vm7A== X-Gm-Message-State: ALoCoQlUJG6jAWfXi2rTG0eZKjSWqYdXxUypVA4SOAqPFJYcHLUkQ0HVRaWJNJcr8wW+0wGizj4I X-Received: by 10.60.38.164 with SMTP id h4mr3075747oek.22.1377792177616; Thu, 29 Aug 2013 09:02:57 -0700 (PDT) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id r3sm33102972oep.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 Aug 2013 09:02:56 -0700 (PDT) Sender: Warner Losh Subject: Re: patch to add AES intrinsics to gcc Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <521CBBDE.6030503@freebsd.org> Date: Thu, 29 Aug 2013 10:02:54 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130822200902.GG94127@funkthat.com> <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <521751AF.6040905@gmail.com> <521CBBDE.6030503@freebsd.org> To: Nathan Whitehorn X-Mailer: Apple Mail (2.1085) Cc: Gerald Pfeifer , current@freebsd.org, Volodymyr Kostyrko , toolchain@freebsd.org, =?iso-8859-1?Q?Bernhard_Fr=F6hlich?= , John-Mark Gurney X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 16:02:58 -0000 On Aug 27, 2013, at 8:46 AM, Nathan Whitehorn wrote: > On 08/25/13 18:41, Gerald Pfeifer wrote: >> On Fri, 23 Aug 2013, Volodymyr Kostyrko wrote: >>> I object. Many ports that compiles perfectly on gcc 4.2.1 can't be=20= >>> compiled with lang/gcc. I checked this once and the number of ports=20= >>> that require strictly gcc 4.2.1 was bigger for me then number of=20 >>> ports that can't be compiled with clang but fill fine on lang/gcc. >>>=20 >>> I'll gonna recheck whether lang/gcc42 is sufficient for them. But I=20= >>> have that bad feeling... >> If there are ports that use USE_GCC=3Dany and do not build with >> lang/gcc, these should have USE_GCC=3D4.2 -- without a '+'! -- >> not USE_GCC=3Dany. >>=20 >> It'll be great if you can fix any such port. >=20 > It would be particularly nice if we had a port with FreeBSD's many > patches to 4.2. lang/gcc42 (and 46 and lang/gcc) do not build on > powerpc64, for example, while our in-tree GCC does. I think it would be more than "nice" to have. I'd argue that these = issues need to be addressed before we can claim to have a full = external-supported toolchain story that's integrated and well tested and = covers the needs of all our users. Warner