Dan Malek writes: > Is there now some minimum gcc version that is required for > using these flags? Interestingly, gcc-2.95 seems to accept -mcpu=xxx for any xxx. gcc-3.2 will accept -mcpu=860 but not -mcpu=8540, and gcc-3.3 and later will accept both. Paul.