Messages in this thread |  | | Date | Tue, 5 Sep 2000 19:44:02 -0400 (EDT) | From | Alexander Viro <> |
| |
On Wed, 6 Sep 2000, Martin Dalecki wrote:
> Easy - the same way you do for cross compilation. Basically just: > > export CC=g++ --some-magic-long-option-i-dont-remember; make
... and you still have only a subset of the tree, simply because it is fed through cpp before it reaches the parser. And cpp cuts away many pieces. Different config options and you've got a different subset. Good luck providing the coverage.
> And then the normal compilation is not just generating *.o files, but > files with dumped parser trees as well. Hell It's even documented there!
Yeah... May I suggest you to take info on gcc and look for references to preprocessor?
> Basically I will just guess: The next maybe non free version of > source navigator will use the mechanism I have just described above. > So maybe there is already someone at RedHat doing exactly this work > already ;-).
Physically impossible without a major cleanup of the tree.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |