diff options
Diffstat (limited to 'meta/conf/machine/include/tune-sh4.inc')
-rw-r--r-- | meta/conf/machine/include/tune-sh4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc index 3d89d4948d..473122cb57 100644 --- a/meta/conf/machine/include/tune-sh4.inc +++ b/meta/conf/machine/include/tune-sh4.inc | |||
@@ -4,5 +4,5 @@ TUNE_ARCH = "sh4" | |||
4 | # But it is not compatible for sh4. | 4 | # But it is not compatible for sh4. |
5 | # 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. |
6 | 6 | ||
7 | TARGET_CC_ARCH = "-ml -m4" | 7 | TUNE_CCARGS = "-ml -m4" |
8 | TUNE_PKGARCH = "sh4" | 8 | TUNE_PKGARCH = "sh4" |