summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/xcompile/xcompile6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 7fba665121..a3f9be73f8 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -286,11 +286,7 @@ fi
if [ "${TARCH}" = "x86_32" ]; then
cat <<EOF
-ifneq (\$(CONFIG_USE_MARCH_586)\$(CONFIG_LP_USE_MARCH_586),)
- CFLAGS_${TARCH} += -march=i586
-else
- CFLAGS_${TARCH} += -march=i686
-endif
+CFLAGS_${TARCH} += -march=i686
EOF
fi