diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-09-30 10:36:49 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-15 13:22:17 +0200 |
| commit | 45c92c60b163abefb0e78fe4f992d7cbbdaa72e8 (patch) | |
| tree | 4d3d1b1a8c94f23d0a3626e3ed14f8526ed130e0 /package/luajit | |
| parent | f62cbd75b7f56d1842c9d59e6779b0e869d164f9 (diff) | |
| download | buildroot-45c92c60b163abefb0e78fe4f992d7cbbdaa72e8.tar.gz buildroot-45c92c60b163abefb0e78fe4f992d7cbbdaa72e8.zip | |
MIPS: replace every BR2_mips_* with the new MIPS CPU options
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/luajit')
| -rw-r--r-- | package/luajit/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luajit/Config.in b/package/luajit/Config.in index f9285e8a47..380f2472ea 100644 --- a/package/luajit/Config.in +++ b/package/luajit/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS (BR2_x86_64 && BR2_HOSTARCH='x86_64') || \ BR2_powerpc || BR2_arm || BR2_armeb || \ ((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \ - !BR2_mips_32r6 && !BR2_mips_64r6) + !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6) config BR2_PACKAGE_LUAJIT bool "luajit" |

