summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-core2
blob: 65671f15ba8fb563c1e886d9d2a8f47e19dbfce6 (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=SYSROOT"