fix(coreos/config): Remove CPU options copied from overlay-amd64-generic

-march=x86-64 is meaningless and -msse3 by definition makes the build
not quite generic even if it is probably safe.
This commit is contained in:
Michael Marineau 2013-06-22 20:22:58 -04:00
parent 3f7bcba442
commit 3bb649138d

View File

@ -15,9 +15,7 @@ PORTAGE_BINHOST="
"
# Recommended MARCH_TUNE, CFLAGS, etc.
# We assume that our 64bit baseline CPU supports at least
# MMX, SSE, SSE2, and SSE3.
MARCH_TUNE="-march=x86-64 -msse3"
MARCH_TUNE=""
# Allow a board to override or define additional settings.
CFLAGS="-O2 -pipe ${MARCH_TUNE} -g"