summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm3.armv6thfb
blob: 5994d17436334102a4e9f31807649dec4632264a (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-vfp armv5ehfb-vfp armv5tehfb-vfp armv6hfb-vfp armv6thfb-vfp fake_cortexm3"
TUNE_CCARGS=" -march=armv6 -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm armv6  thumb vfp       callconvention-hard     bigendian"
TUNE_PKGARCH="armv6thfb-vfp"
export CC="armeb-oe-linux-gnueabi-gcc  -march=armv6 -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard --sysroot=SYSROOTS/fake-cortexm3"