summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa7.cortexa7t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa7.cortexa7t')
-rw-r--r--scripts/tune/env.fake-cortexa7.cortexa7t7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortexa7.cortexa7t b/scripts/tune/env.fake-cortexa7.cortexa7t
deleted file mode 100644
index fc2bc25b4f..0000000000
--- a/scripts/tune/env.fake-cortexa7.cortexa7t
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5-vfp armv5t-vfp armv5e armv5te armv5e-vfp armv5te-vfp armv6 armv6t armv6-vfp armv6t-vfp armv7ve armv7ve-vfp armv7vet2-vfp cortexa7-vfp cortexa7t2-vfp fake_cortexa7"
-TUNE_CCARGS=" -march=armv7ve -mthumb -mthumb-interwork -mfpu=vfp -mfloat-abi=softfp -mcpu=cortex-a7"
-TUNE_CCARGS_MFLOAT="softfp"
-TUNE_CCARGS_MFPU=" vfp"
-TUNE_FEATURES="arm armv7ve vfp thumb cortexa7"
-TUNE_PKGARCH="cortexa7t2-vfp"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv7ve -mthumb -mthumb-interwork -mfpu=vfp -mfloat-abi=softfp -mcpu=cortex-a7 --sysroot=SYSROOTS/fake-cortexa7"