summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa8.cortexa8thf-neon
blob: ec62d884fdce798ea77f6270c50fd880847fb8ce (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5thf-vfp armv5ehf-vfp armv5tehf-vfp armv6hf-vfp armv6thf-vfp armv7ahf-vfp armv7at2hf-vfp armv7ahf-neon armv7at2hf-neon cortexa8hf-vfp cortexa8hf-neon cortexa8t2hf-vfp cortexa8t2hf-neon fake_cortexa8"
TUNE_CCARGS=" -march=armv7-a -mthumb  -mthumb-interwork -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a8"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp neon"
TUNE_FEATURES="arm armv7a vfp thumb neon       callconvention-hard       cortexa8"
TUNE_PKGARCH="cortexa8t2hf-neon"
export CC="arm-oe-linux-gnueabi-gcc  -march=armv7-a -mthumb  -mthumb-interwork -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a8 --sysroot=SYSROOTS/fake-cortexa8"