From owner-freebsd-current@FreeBSD.ORG Sun Feb 10 17:05:24 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 24F094AB for ; Sun, 10 Feb 2013 17:05:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id B4A3A85C for ; Sun, 10 Feb 2013 17:05:23 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id k14so4168012wer.39 for ; Sun, 10 Feb 2013 09:05:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=8pxOgLFxPzWYsX9me7AGppcvhjtpLNJ/pCSQCFKAvns=; b=oGXcu/m//XtfKJNFV+9KQvoidoLIXzc9GSZLFIc9guS7IA6bKzhaItt04GrLOg2Gne 5SHyGn/uVn9v26Hyj4se9JIXmKsk01C09IBFEMEKmwECwz4/guDBjKHKVrR90B96evNA xs9Vc0OIZaBuS969iovHN1o4rbMN+MRSN1u8P+O2nEnRmaUKBIX5TsmvpnUAr51zTBXu gKXBiu2fJoFkmWsznOaSWaBPezU+4VZZhWktdU5JxoI7vnDCbaJ+zRf2M/fs5Ptw1J77 nQCIp0TiTSNWb8TpeivSDG21rxm0z6cHESwaP8S2gxvyrhrOy5UkOnyISGVI4ZZjtKt6 05ZA== MIME-Version: 1.0 X-Received: by 10.194.108.101 with SMTP id hj5mr19463509wjb.6.1360515922871; Sun, 10 Feb 2013 09:05:22 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Sun, 10 Feb 2013 09:05:22 -0800 (PST) In-Reply-To: <20130210164424.GA77092@troutmask.apl.washington.edu> References: <20130210000723.GA73630@troutmask.apl.washington.edu> <5117A319.60804@passap.ru> <20130210164424.GA77092@troutmask.apl.washington.edu> Date: Sun, 10 Feb 2013 09:05:22 -0800 X-Google-Sender-Auth: Sgaw27ayA2QU-ZQJe1thFfxoir4 Message-ID: Subject: Re: 7+ days of dogfood From: Adrian Chadd To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Boris Samorodov 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: Sun, 10 Feb 2013 17:05:24 -0000 On 10 February 2013 08:44, Steve Kargl wrote: > Without it, the build infrastructure was selecting -march=i486, > which produced even worse results. Several ports would not > compile because llvm's integrated assembler was given invalid > assembly constructs. Have you submitted bugs? :) Adrian