summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa8.armv5thfb-vfp
blob: f1ef3f0cf403b9106f75d78aabd5a1f8642dd101 (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-vfp fake_cortexa8"
TUNE_CCARGS=" -march=armv5t -mthumb -mfpu=vfp -mfloat-abi=hard"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm armv5 thumb vfp callconvention-hard bigendian"
TUNE_PKGARCH="armv5thfb-vfp"
export CC="armeb-oe-linux-gnueabi-gcc  -march=armv5t -mthumb -mfpu=vfp -mfloat-abi=hard --sysroot=SYSROOT"