summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm1.armv7athfb
blob: 712fe34d62798e949e9771d4eb389c8e9699926d (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 armv7ahfb-vfp armv7at2hfb-vfp fake_cortexm1"
TUNE_CCARGS=" -march=armv7-a -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm armv7a vfp thumb            callconvention-hard            bigendian"
TUNE_PKGARCH="armv7at2hfb-vfp"
export CC="armeb-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard --sysroot=SYSROOTS/fake-cortexm1"