diff options
| -rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 80a3683666..0d5d060d04 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
| @@ -15,5 +15,5 @@ PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}" | |||
| 15 | 15 | ||
| 16 | # webkit-gtk has alignment issues with double instructions on armv5 so | 16 | # webkit-gtk has alignment issues with double instructions on armv5 so |
| 17 | # disable them here | 17 | # disable them here |
| 18 | TUNE_CCARGS_pn-webkit-gtk = "-march=armv4t" | 18 | TUNE_CCARGS_pn-webkit-gtk = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}" |
| 19 | TUNE_CCARGS_pn-cairo = "-march=armv4t" | 19 | TUNE_CCARGS_pn-cairo = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}" |
