From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LgjvB-0001JI-Nn for mharc-grub-devel@gnu.org; Mon, 09 Mar 2009 14:09:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lgjv9-0001GO-WA for grub-devel@gnu.org; Mon, 09 Mar 2009 14:09:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lgjv8-0001Cm-B4 for grub-devel@gnu.org; Mon, 09 Mar 2009 14:09:47 -0400 Received: from [199.232.76.173] (port=34840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lgjv8-0001CT-1v for grub-devel@gnu.org; Mon, 09 Mar 2009 14:09:46 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:49675) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lgjv7-00048A-90 for grub-devel@gnu.org; Mon, 09 Mar 2009 14:09:45 -0400 Received: from [85.180.35.62] (e180035062.adsl.alicedsl.de [85.180.35.62]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1Lgjv52O7I-0006jw; Mon, 09 Mar 2009 19:09:43 +0100 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <49B5471E.4060007@lacqui.com> References: <49ADF2ED.3060102@lacqui.com> <87zlfxd1no.fsf@xs4all.nl> <49B5471E.4060007@lacqui.com> Content-Type: text/plain Date: Mon, 09 Mar 2009 19:09:47 +0100 Message-Id: <1236622187.3486.1.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/5lxSVdK3D1G0ufIB/3EmjCP7NK1/IPnM+CII cEk5c1cXaWw+9bpIU0POos9VH0cZDOd9qeFIIT/fGhjbEjQWQR t20Rdp1M3HxSyzENHOAcz+jSTsM9J7/ X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Parser X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 18:09:48 -0000 Am Montag, den 09.03.2009, 09:43 -0700 schrieb Kevin Lacquement: > Alternatively, is there a clean, portable way to make the C compiler > think that the grub headers are actually the system headers? Or > possibly to replace the system header calls in the generated C code? > (Using sed or something similar) > gcc has -nostdinc to remove the standard search paths for the includes. http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/Preprocessor-Options.html#Preprocessor-Options -- Felix Zielcke