From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 22 16:17:08 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E76371065674 for ; Wed, 22 Jul 2009 16:17:08 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id 6996F8FC13 for ; Wed, 22 Jul 2009 16:17:08 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by bwz19 with SMTP id 19so282165bwz.43 for ; Wed, 22 Jul 2009 09:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=5Nfx9gABPZC7o96B89KD21tThZaE0BFLJQhQCbKNs2w=; b=Jm5BtIEI1IqY4tvDMCk3xJsaVZTO+nPaS4n5iyQdmtHSeevgYpo0lQ4HLblIxNN2lR yIizK4tohss4ilKBpakrS2Viv/dSEOJFqI5jQrQYIvgqJZYfWbkI1hnzWdtQsOamyfA4 c+NOKtdA33GDbejny230y/2U54zq6ootnsQQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=qWJGa68Q1vNBK6iUGhKQwn1cFGsC94nQs5dmpIDpLAtQ2FVLkFmQp3LqMJacUfU35z /qzkAUmJGOoX0Mss4PvoPp9nzWrREVVVoJWwMNNyDG3oDvNwZtKvQBoXt+l1jnQGQPsy B6o7Gw0qmMG+EOzEEAx+OXnImc0X1lj4Drijo= MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.204.116.15 with SMTP id k15mr988644bkq.111.1248277998451; Wed, 22 Jul 2009 08:53:18 -0700 (PDT) In-Reply-To: <20090722141756.GQ55190@deviant.kiev.zoral.com.ua> References: <2e566b9e0907202134h5568a06bl33a8d95ac9c7f845@mail.gmail.com> <20090721131735.GA18929@freebsd.org> <2e566b9e0907211818k1a52ef7am5c681a6f4ffc868c@mail.gmail.com> <864ot5jy3f.fsf@ds4.des.no> <20090722141756.GQ55190@deviant.kiev.zoral.com.ua> From: Igor Mozolevsky Date: Wed, 22 Jul 2009 16:52:58 +0100 X-Google-Sender-Auth: fb96929bf9398be8 Message-ID: To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: llvm/clang a tool chain or just a compiler for FreeBSD? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 16:17:09 -0000 2009/7/22 Kostik Belousov : > I believe that the nearest action that is quite reasonable and > profitable by its own merit is divorcing base compiler and compiler used > to build ports. Even if this means that we would "only" have different > versions of gcc. On a similar note, has anyone one tried clang + yasm? Cheers, -- Igor