From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 5 15:17:06 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A89B10656AD; Tue, 5 Jul 2011 15:17:06 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4F42E8FC1A; Tue, 5 Jul 2011 15:17:06 +0000 (UTC) Received: by pvg11 with SMTP id 11so7449938pvg.13 for ; Tue, 05 Jul 2011 08:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gGEol8J0a+HJD2Kgd7FKp/Q1JbIeuOogYNPdJSqgS2I=; b=GRBhJVLF6Q2RyOi2IgXKIM7GENhZTZ2alAl26e4Xoruo0ex3Elt+7FQU/pdwzaj68S xZvwujdNtw2MDS6EjQLW5RI9ByVB8qf53sLLCtFPfMqbuRnpLUiV2vr9D3R7c/xSTqSD BR010Vy+GZnSwrFMTw1aisL+Z+yathiS0EXms= MIME-Version: 1.0 Received: by 10.68.62.231 with SMTP id b7mr9142640pbs.225.1309879025983; Tue, 05 Jul 2011 08:17:05 -0700 (PDT) Sender: rmh.aybabtu@gmail.com Received: by 10.68.57.4 with HTTP; Tue, 5 Jul 2011 08:17:05 -0700 (PDT) In-Reply-To: <20110705084843.GA98162@freebsd.org> References: <20110705084843.GA98162@freebsd.org> Date: Tue, 5 Jul 2011 17:17:05 +0200 X-Google-Sender-Auth: _7DsQRr6d4zbkylNAI6VpUZp1tI Message-ID: From: Robert Millan To: Roman Divacky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org, Ed Maste Subject: Re: [PATCH] FreeBSD compiler extensions 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: Tue, 05 Jul 2011 15:17:06 -0000 2011/7/5 Roman Divacky : > Why do you need this? Format-extensions are kernel only (which you dont use I > presume) Actually, we compile the kernel of FreeBSD regularly, both 8-STABLE and 9-CURRENT. It is the base of the Debian GNU/kFreeBSD distribution. We've recently ported the build system so that it can be compiled on Debian GNU/Linux as well. You can see build logs here: https://buildd.debian.org/status/package.php?suite=sid&p=kfreebsd-8 https://buildd.debian.org/status/package.php?p=kfreebsd-9&suite=experimental > and no-align-long-strings is boot only (which you dont use either). We don't currently provide the FreeBSD bootloader, though we might do in the future (it just takes someone to be interested enough to make a Debian package). I guess it doesn't hurt to wrap no-align-long-strings as well? (but if you prefer, I can send a patch for format-extensions only). Thanks! -- Robert Millan