summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-core2
blob: 2a3f41ae18cb93d29082fb1497089b7ecd8a227e (plain)
1
2
3
4
5
6
AVAILTUNES=" x86 x86-64 x86-64-x32 i586 i686 core2-32 core2-64 core2-64-x32"
PACKAGE_ARCHS="all any noarch x86 i586 i686 core2-32 fake_core2"
TUNE_CCARGS=" -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse"
TUNE_FEATURES="m32 core2"
TUNE_PKGARCH="core2-32"
export CC="i686-oe-linux-gcc  -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/OE/build/oe-core/tmp-glibc/work/core2-32-oe-linux/openssl/1.1.1g-r0/recipe-sysroot"