FatELF: universal binaries for Linux
FatELF: universal binaries for Linux
Posted Oct 30, 2009 6:14 UTC (Fri) by ringerc (subscriber, #3071)In reply to: FatELF: universal binaries for Linux by pj
Parent article: FatELF: universal binaries for Linux
Unfortunately, that's not true in any language where the use of a preprocessor is standard and commonplace, like C or C++. The preprocessor is a step run before parsing, and the work the preprocessor does may change what the result of parsing is by adding/removing/changing parts of the program text. It's very common in C/C++ to use the preprocessor to handle things like type selection, type size and byte order issues - exactly the sorts of things that'll change depending on target arch.
Posted Nov 4, 2009 16:00 UTC (Wed)
by pj (subscriber, #4506)
[Link]
FatELF: universal binaries for Linux