From owner-freebsd-questions@FreeBSD.ORG Sun Mar 25 16:35:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64011106566C for ; Sun, 25 Mar 2012 16:35:31 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id D82448FC15 for ; Sun, 25 Mar 2012 16:35:30 +0000 (UTC) Received: by lboi15 with SMTP id i15so4591926lbo.13 for ; Sun, 25 Mar 2012 09:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GO4RLjmiUzIIh4/1o6RtLI/NfCekCfSEixfkyqbbP0M=; b=rGsfyR4uGgPShlBT8KaSSYXiccKYfiDwvHSNyEpaqmkQl1Lz/rznHaN4Fi3Qj1wCSK 2oPN1NKrdkxtnEfHXYHmCg5K28sC2nI6Y9N/j1C/pbavtD/9MyAfxzq3/RbX72OIK+xw LFRkdW293wuI2Y3mPviW8apFZFUyyGDJwCds8Oq/oLgs03Ag2vQQdY931hQkSzQXT0pg 7A7dvhXA96RCVL3lk2M6/5wmFDNSIv1fngHT6pmQShfTyELZX5vFH3oogG5aht4j2w9L 3ukMjIofRUUd+SetcmF1lh94JwgxU61vE4cXEsDVZae7IQylZZvQqkDRCBkxI/+TSm2J 5nIw== MIME-Version: 1.0 Received: by 10.112.47.197 with SMTP id f5mr7249058lbn.31.1332693329598; Sun, 25 Mar 2012 09:35:29 -0700 (PDT) Sender: jamebus@gmail.com Received: by 10.112.115.136 with HTTP; Sun, 25 Mar 2012 09:35:29 -0700 (PDT) In-Reply-To: References: <1332602260.13137.4.camel@btw.pki2.com> Date: Sun, 25 Mar 2012 11:35:29 -0500 X-Google-Sender-Auth: Ri9dNBvr85a5gdtVtO2qJ24Q6qw Message-ID: From: James To: Dennis Glatting Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: clang buildworld broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 16:35:31 -0000 Fixed now in stable/9. ------------------------------------------------------------------------ r233468 | marius | 2012-03-25 11:24:42 -0500 (Sun, 25 Mar 2012) | 6 lines MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/9 in r232962) in a less hackish way. The latter now no longer breaks compiling the x86 boot2 with clang. ------------------------------------------------------------------------ r233467 | marius | 2012-03-25 11:20:01 -0500 (Sun, 25 Mar 2012) | 7 lines MFC: r232754 (remaining part) Make boot2 build with Clang again. Submitted by: dim (bsd.sys.mk) Reviewed by: dim, jhb ------------------------------------------------------------------------ -- James.