From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 26 16:22:02 2010 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 5673C106564A for ; Fri, 26 Mar 2010 16:22:02 +0000 (UTC) (envelope-from yanefbsd@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 2802B8FC22 for ; Fri, 26 Mar 2010 16:22:01 +0000 (UTC) Received: by pvc7 with SMTP id 7so3626957pvc.13 for ; Fri, 26 Mar 2010 09:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=6xBvBTv1o2j1PZmvznEUcw5b8ihujRnUsoD4aTctgFE=; b=xD6K3fCftSLLb3a3ggPPIA1tlITsmoitLLkHdnQn9/lRrSZ004vn4CTg5TB6/Q0CL4 JzoJupEUpwFLYFaUE18+oe7BXLOOsdEDXqC/xDAK1yKOtDl0c6iBAZJvAJM+n95sXrYN vNIGVn/UyxuFZJTiXrlu8+rfWOvvwxanPYlMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=q1IOlAW88qguusu9vrGsO338U04oG5xotgVX2PSZE1B4yhbaApB7KV9QxnR+t9wF3N hewVSsR6cn3W/zNJ08i/l/sv7P9TQUwk66WIEOi2w91Efn6hHge68pOCQCvNiFlIwx7t qsjU0Q6xJRBkmU59TidMxl8RxEG9Ps/6vQG7k= MIME-Version: 1.0 Received: by 10.143.42.13 with HTTP; Fri, 26 Mar 2010 09:22:01 -0700 (PDT) In-Reply-To: References: <201003242258.05830.lobo@bsd.com.br> <9884b5281003250924i462eee68uf2a7eba7dd864033@mail.gmail.com> <9884b5281003251018g2599bfc9nec53b84253372e42@mail.gmail.com> <7d6fde3d1003251031v3564bc5q6ecea8de125947f5@mail.gmail.com> <4BACB021.9000502@quis.cx> Date: Fri, 26 Mar 2010 09:22:01 -0700 Received: by 10.142.151.24 with SMTP id y24mr249856wfd.252.1269620521544; Fri, 26 Mar 2010 09:22:01 -0700 (PDT) Message-ID: <7d6fde3d1003260922h1eca30a2y156d2317be14bdd5@mail.gmail.com> From: Garrett Cooper To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Jille Timmermans Subject: Re: Compiling kernel with gcc43 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: Fri, 26 Mar 2010 16:22:02 -0000 On Fri, Mar 26, 2010 at 9:17 AM, jhell wrote: > > On Fri, 26 Mar 2010 09:01, Jille Timmermans wrote: > In Message-Id: <4BACB021.9000502@quis.cx> > >> Op 25-3-2010 18:31, Garrett Cooper schreef: >>> >>> -Wno-error . >>> -Garrett >>> >> I tried building world with it; but it doesn't seem to work :( >> >> [quis@istud /usr/src]$ CFLAGS="-Wno-error -Garrett" make buildworld >> [snip] >> cc: unrecognized option '-Garrett' >> >> ;) >> >> -- Jille > > ROFL I sure hope your kidding! > > because "cc --Jille" won't work either! With a hostname like istud too ^_o... Heheh... -Garrett should be the new -pedantic :P. -Garrett