diff options
author | 2014-11-09 00:15:24 +0100 | |
---|---|---|
committer | 2014-11-09 00:15:24 +0100 | |
commit | a52bad854fc6b143c5036cedf33320a6434ed44c (patch) | |
tree | 3b3cae6a413bd943a68a1748b6f8e03ede62c957 /Config.in.legacy | |
parent | b2f8c60e847f7b7a3c1274f757d3ac17797edf9c (diff) | |
download | buildroot-a52bad854fc6b143c5036cedf33320a6434ed44c.tar.gz buildroot-a52bad854fc6b143c5036cedf33320a6434ed44c.tar.bz2 |
Config.in.legacy: add legacy handling for the recently removed BR2_x86_generic option
Buildroot automatically falls back to a sensible CPU variant, but inform the
user of the change anyway so they are aware of it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 95f77c3890..d60f4eb4c0 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -101,6 +101,13 @@ endif ############################################################################### comment "Legacy options removed in 2014.11" +config BR2_x86_generic + bool "x86 generic variant has been removed" + select BR2_LEGACY + help + The generic x86 CPU variant has been removed. Use another + CPU variant insted. + config BR2_GCC_VERSION_4_4_X bool "gcc 4.4.x has been removed" select BR2_LEGACY |