diff options
Diffstat (limited to 'meta/conf/machine/include/tune-sh4.inc')
-rw-r--r-- | meta/conf/machine/include/tune-sh4.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc index 51b40691bc..3d89d4948d 100644 --- a/meta/conf/machine/include/tune-sh4.inc +++ b/meta/conf/machine/include/tune-sh4.inc | |||
@@ -1,7 +1,8 @@ | |||
1 | TUNE_ARCH = "sh4" | ||
2 | |||
1 | # NOTE: If you want to optimize to sh4a, conf/machine/include/tune-sh4a.inc. | 3 | # NOTE: If you want to optimize to sh4a, conf/machine/include/tune-sh4a.inc. |
2 | # But it is not compatible for sh4. | 4 | # But it is not compatible for sh4. |
3 | # The binary optimized by m4a doesn't operate on sh4. It works on sh4a only. | 5 | # The binary optimized by m4a doesn't operate on sh4. It works on sh4a only. |
4 | 6 | ||
5 | TARGET_CC_ARCH = "-ml -m4" | 7 | TARGET_CC_ARCH = "-ml -m4" |
6 | FEED_ARCH = "sh4" | 8 | TUNE_PKGARCH = "sh4" |
7 | BASE_PACKAGE_ARCH = "sh4" | ||