From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 26 17:01:03 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 E7E501065678 for ; Fri, 26 Mar 2010 17:01:03 +0000 (UTC) (envelope-from jille@quis.cx) Received: from mulgore.hexon-is.nl (mulgore.hexon-is.nl [82.94.237.14]) by mx1.freebsd.org (Postfix) with ESMTP id 7AED48FC12 for ; Fri, 26 Mar 2010 17:01:02 +0000 (UTC) Received: from adidas.hexon-nijmegen.nl (gw.hexon-nijmegen.nl [82.93.241.107]) by mulgore.hexon-is.nl (8.14.3/8.14.3) with ESMTP id o2QH0iVI031803; Fri, 26 Mar 2010 18:00:44 +0100 Received: from [10.0.0.142] (HENK.hexon-nijmegen.nl [10.0.0.142]) by adidas.hexon-nijmegen.nl (8.14.3/8.14.3) with ESMTP id o2QH0h4l022018; Fri, 26 Mar 2010 18:00:43 +0100 Message-ID: <4BACE835.2020300@quis.cx> Date: Fri, 26 Mar 2010 18:00:37 +0100 From: Jille Timmermans User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: jhell References: <201003242258.05830.lobo@bsd.com.br> <9884b5281003250924i462eee68uf2a7eba7dd864033@mail.gmail.com> <9884b5281003251018g2599bfc9nec53b84253372e42@mail.gmail.com> <7d6fde3d1003251031v3564bc5q6ecea8de125947f5@mail.gmail.com> <4BACB021.9000502@quis.cx> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Hexon-MailScanner-Information: Please contact the ISP for more information X-Hexon-MailScanner-ID: o2QH0iVI031803 X-Hexon-MailScanner: Found to be clean X-Hexon-MailScanner-From: jille@quis.cx X-Hexon-MailScanner-Watermark: 1270227645.65141@4MCOUiqRbwkJ8FaR3kVF7A Cc: Garrett Cooper , freebsd-hackers@freebsd.org 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 17:01:04 -0000 Op 26-3-2010 17:17, jhell schreef: > > 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! > > Let me fix that for you ;) Index: opts.c =================================================================== --- opts.c (revision 205649) +++ opts.c (working copy) @@ -429,6 +429,10 @@ } } } + else if (!strcmp (argv[i], "--Jille")) + { + optimize = 3; + } } if (!optimize)