Révision | aad39fe3db1ebfc4cd4798fa7fd551d4673b70e7 (tree) |
---|---|
l'heure | 2016-04-17 18:04:10 |
Auteur | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
sh: correct isa type
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -8,4 +8,4 @@ | ||
8 | 8 | # SPDX-License-Identifier: GPL-2.0+ |
9 | 9 | # |
10 | 10 | # |
11 | -PLATFORM_CPPFLAGS += -m4-nofpu | |
11 | +PLATFORM_CPPFLAGS += -DCONFIG_SH4 -m4 |