mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
This gets us closer to making including tune-<arch>.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
284 B
HTML
6 lines
284 B
HTML
BASE_PACKAGE_ARCH = "core2"
|
|
TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse"
|
|
#MOBLIN_CFLAGS = "-Os -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables"
|
|
|
|
PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 core2"
|