diff options
Diffstat (limited to 'meta/conf/machine/include/tune-power5.inc')
-rw-r--r-- | meta/conf/machine/include/tune-power5.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-power5.inc b/meta/conf/machine/include/tune-power5.inc index 30be86941a..a346c309a6 100644 --- a/meta/conf/machine/include/tune-power5.inc +++ b/meta/conf/machine/include/tune-power5.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "ppc64p5" | |||
3 | require conf/machine/include/powerpc/arch-powerpc64.inc | 3 | require conf/machine/include/powerpc/arch-powerpc64.inc |
4 | 4 | ||
5 | TUNEVALID[power5] = "Enable IBM Power5 specific processor optimizations" | 5 | TUNEVALID[power5] = "Enable IBM Power5 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "power5", " -mcpu=power5", "", d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' -mcpu=power5', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppcp5 ppc64p5" | 8 | AVAILTUNES += "ppcp5 ppc64p5" |
9 | TUNE_FEATURES_tune-ppcp5 = "m32 fpu-hard power5 altivec" | 9 | TUNE_FEATURES_tune-ppcp5 = "m32 fpu-hard power5 altivec" |
@@ -17,5 +17,5 @@ TUNE_PKGARCH_tune-ppc64p5 = "ppc64p5" | |||
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64p5 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p5" | 17 | PACKAGE_EXTRA_ARCHS_tune-ppc64p5 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p5" |
18 | 18 | ||
19 | # glibc configure options to get power5 specific library | 19 | # glibc configure options to get power5 specific library |
20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains("TUNE_FEATURES", "power5", "--with-cpu=power5", "", d)}" | 20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" |
21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains("TUNE_FEATURES", "power5", "--with-cpu=power5", "", d)}" | 21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" |