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