This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
difx:mixingarchitectures [2010/11/22 04:33] walterbrisken |
difx:mixingarchitectures [2015/10/21 10:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
===== Mixing Architectures ===== | ===== Mixing Architectures ===== | ||
Line 56: | Line 57: | ||
The gnu autotools allow building of a module in a way that no binary object code is written into the source directory tree but is instead stored in another directory tree. The primary benefit of this is when making changes to the source tree recompilation for each architecture can proceed simply without duplicating changes to the source. | The gnu autotools allow building of a module in a way that no binary object code is written into the source directory tree but is instead stored in another directory tree. The primary benefit of this is when making changes to the source tree recompilation for each architecture can proceed simply without duplicating changes to the source. | ||
- | The install script currently | + | The install script |