diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 4a29cdd647..40356d93d9 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -227,33 +227,6 @@ GCC_CC_${TARCH}:=${GCC} GCC_CFLAGS_${TARCH}:=${CFLAGS_GCC} GCC_COMPILER_RT_${TARCH}:=${CC_RT_GCC} GCC_COMPILER_RT_FLAGS_${TARCH}:=${CC_RT_EXTRA_GCC} -EOF - -# Generally the x86 should build for i686 -- no sse/mmx -# instructions since SMM modules are compiled using these -# flags. Note that this doesn't prevent a project using -# xcompile to explicitly specify -mmsse, etc flags. -# The Quark processor doesn't support the instructions -# introduced with the Pentium 6 architecture, so allow it -# to use i586 instead. -if [ "${TARCH}" = "x86_64" ]; then -cat <