mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
3f7bcba442
commit
3bb649138d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user