K 10 svn:author V 6 brucec K 8 svn:date V 27 2011-05-14T11:26:00.826093Z K 7 svn:log V 410 gcc and clang semantics imply certain -mno-* flags when other certain -mno-* flags are also specified. This change makes use of this behaviour and removes unneeded -mno-* flags. Note that clang does not yet enable AVX support for any CPU. However at some point in the future it will and since we definitely want to disable it for the kernel, we might as well add the -mno-avx flag now. Submitted by: arundel END