On Sun, Sep 02, 2012 at 09:28:04AM +1000, Tony Cook wrote: > neptune:perl tony$ grep alignbytes config.sh > alignbytes='8' Even if I set -Dalignbytes=16, it's ignored, because of: #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) # define MEM_ALIGNBYTES 8 #else #define MEM_ALIGNBYTES 16 #endif This appears to have been this way since the dawn of (metaconfig) time. TonyThread Previous | Thread Next