Max Bell writes: > It would seem rather obvious to me that using the -m486 flag will allow > the compiler to include 486-specific instructions in the resulting code. You would be completely wrong. The man page clearly states that -m486 doesn't use 486 instructions but merely optimizes for the 486. .pm