summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-02-11 10:59:58 +0000
committerGherzan Code Review <gerrit2@gherzan.ro>2014-02-11 10:59:58 +0000
commitd6468b7f91b04be84aa89f7f959bb27cb4999db8 (patch)
tree44d24555658e5979d6120bc8b5d13a4c6bd50ee7
parent833e61aa5c0e6d8069f05be4a3315f79bf2d69fd (diff)
parentd0cb637e1b97cc4c98d2d3470072bfce4529c4e5 (diff)
downloadmeta-raspberrypi-d6468b7f91b04be84aa89f7f959bb27cb4999db8.tar.gz
Merge "tune-arm1176jzfs-s.inc: Add hard float profile, arm1176jzfshf, in AVAILTUNES"
-rw-r--r--conf/machine/include/tune-arm1176jzf-s.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm1176jzf-s.inc b/conf/machine/include/tune-arm1176jzf-s.inc
index ebad588..a5368a3 100644
--- a/conf/machine/include/tune-arm1176jzf-s.inc
+++ b/conf/machine/include/tune-arm1176jzf-s.inc
@@ -4,8 +4,15 @@ require conf/machine/include/arm/arch-armv6.inc
4 4
5TUNEVALID[arm1176jzfs] = "Enable arm1176jzfs specific processor optimizations" 5TUNEVALID[arm1176jzfs] = "Enable arm1176jzfs specific processor optimizations"
6TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "arm1176jzfs", "-mtune=arm1176jzf-s", "", d)}" 6TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "arm1176jzfs", "-mtune=arm1176jzf-s", "", d)}"
7TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "vfp", "-mfpu=vfp", "", d)}"
7 8
8AVAILTUNES += "arm1176jzfs" 9AVAILTUNES += "arm1176jzfs"
9TUNE_FEATURES_tune-arm1176jzfs = "${TUNE_FEATURES_tune-armv6} arm1176jzfs" 10TUNE_FEATURES_tune-arm1176jzfs = "${TUNE_FEATURES_tune-armv6} arm1176jzfs"
10ARMPKGARCH_tune-arm1176jzfs = "arm1176jzfs" 11ARMPKGARCH_tune-arm1176jzfs = "arm1176jzfs"
11PACKAGE_EXTRA_ARCHS_tune-arm1176jzfs = "${PACKAGE_EXTRA_ARCHS_tune-armv6}" 12PACKAGE_EXTRA_ARCHS_tune-arm1176jzfs = "${PACKAGE_EXTRA_ARCHS_tune-armv6}"
13
14AVAILTUNES += "arm1176jzfshf"
15TUNE_FEATURES_tune-arm1176jzfshf = "${TUNE_FEATURES_tune-arm1176jzfs} callconvention-hard"
16ARMPKGARCH_tune-arm1176jzfshf = "arm1176jzfs"
17PACKAGE_EXTRA_ARCHS_tune-arm1176jzfshf = "${PACKAGE_EXTRA_ARCHS_tune-armv6hf-vfp} arm1176jzfshf-vfp"
18