diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 10:45:30 +0200 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 10:45:30 +0200 | 
| commit | 555c2585bf28c3ef71f6d2dcdd983d17a19892af (patch) | |
| tree | 6b41522c578907dbb74647f0ef248485d0afd7f1 | |
| parent | 290bbdb4aa1cb731390fabb35ad962cf15e7e7c2 (diff) | |
| download | buildroot-novena-555c2585bf28c3ef71f6d2dcdd983d17a19892af.tar.gz buildroot-novena-555c2585bf28c3ef71f6d2dcdd983d17a19892af.zip | |
target/: mark Xtensa architecture support as deprecated
Hasn't been updated since it was added in 2009, and requires quite
some special handling in BR.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | target/Config.in.arch | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/target/Config.in.arch b/target/Config.in.arch index f8ab84e66..e7a18f71e 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -124,6 +124,7 @@ config BR2_x86_64  config BR2_xtensa  	bool "Xtensa" +	depends on BR2_DEPRECATED  	help  	  Xtensa is a Tensilica processor IP architecture.  	  http://en.wikipedia.org/wiki/Xtensa | 
