]> Git Repo - buildroot-mgba.git/commit
arc/bfin: remove 60x cores
authorYann E. MORIN <[email protected]>
Sun, 3 Sep 2017 09:22:20 +0000 (11:22 +0200)
committerThomas Petazzoni <[email protected]>
Mon, 2 Oct 2017 19:45:04 +0000 (21:45 +0200)
commit29e046d6e36a4be577fbc0aef3ac0a8dfb034e9b
tree8a3e79d833df71f8a30f3d5c4a164f8f07de29b6
parentd9f61fb4ce95118b81ebc05d011c8eb338b153ee
arc/bfin: remove 60x cores

Those cores are not supported in upstream gcc, not even in master.

The only toolchain that supported those core was the 2014R1 ADI
rebuilt toolchain, but we removed it in 311bc13 (toolchain: kill
ADI Blackfin toolchain) because there was too many issues with it.
ADI has not released any newer toolchain since then.

There is little hope for those cores now, so remove them.

Support for those cores has been useless and unusable for a while
without nobody noticing, therefore we intentionally skip adding
Config.in.legacy. This would require keeping code in
arch/Config.in.bfin since the options being removed are inside a
choice...endchoice block.

Signed-off-by: "Yann E. MORIN" <[email protected]>
[Thomas: explain why we don't add the options to Config.in.legacy.]
Signed-off-by: Thomas Petazzoni <[email protected]>
arch/Config.in.bfin
This page took 0.025409 seconds and 4 git commands to generate.