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/binutils | |
| 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/binutils')
| -rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 5ea5f31088..889d8ceff3 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -12,7 +12,7 @@ choice # supported, but broken on Nios-II, Blackfin and powerpc64le depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin # Unsupported for MIPS R6 - depends on !BR2_mips_32r6 && !BR2_mips_64r6 + depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6 # Unsupported ARM cores depends on !BR2_cortex_a17 bool "binutils 2.24" |

