[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parser
From: |
Felix Zielcke |
Subject: |
Re: Parser |
Date: |
Mon, 09 Mar 2009 19:09:47 +0100 |
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
- Parser, Kevin Lacquement, 2009/03/03