diff options
author | Thomas Petazzoni | 2010-08-11 15:31:33 +0200 |
---|---|---|
committer | Thomas Petazzoni | 2010-08-11 15:31:33 +0200 |
commit | e5621b427c9c923bffdeeb5f568eb7abb36c109b (patch) | |
tree | 939ab9f6e9481f5f1f9704dc88e27ef2a82811e7 | |
parent | Add the traditional powerpc-link-with-math-lib patch to gcc 4.4.4 (diff) | |
download | buildroot-e5621b427c9c923bffdeeb5f568eb7abb36c109b.tar.gz buildroot-e5621b427c9c923bffdeeb5f568eb7abb36c109b.tar.xz buildroot-e5621b427c9c923bffdeeb5f568eb7abb36c109b.zip |
Mark CRIS architecture as deprecated
The CRIS architecture support in Buildroot hasn't been updated since a
long time. Even a toolchain with recent kernel headers does not build
due to missing patches.
Moreover, the CRIS architecture has been discontinued by Axis, as
visible at http://www.axis.com/products/dev/index.htm. We will remove
it from Buildroot at the next release cycle.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | target/Config.in.arch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index d3a402582..ce64068c7 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -22,6 +22,11 @@ config BR2_avr32 select BR2_SOFT_FLOAT config BR2_cris bool "cris" + # The CRIS architecture from Axis has been deprecated by the + # manufacturer. No units are sold after July 2010, and support + # will end in July 2011. Moreover, CRIS support in Buildroot + # has not been updated since a long time. + depends on BR2_DEPRECATED config BR2_ia64 bool "ia64" # IA64 almost does not exist anymore and has never been used |