From: ion@svn.reactos.com
- Add new configuration option "SARCH" to define the
sub-architecture. Examples include i386-xbox, ppc-be/le (little/bigendian), or any other sub-types of the specified ARCH.
This means we will have to build, test and distribute different .isos for different sub-architectures, only to save a few bytes in the freeldr/setupldr binaries. I implemented calling of sub-architecture specific code via a table of function pointers precisely to be able to keep one binary (per architecture). Please revert.
Gé van Geldorp.