diff options
author | Alan <alan@linux.intel.com> | 2014-05-19 09:02:17 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-19 10:27:20 -0400 |
commit | 221069bed0c73e876e1df1f6cd0140cb353fcd32 (patch) | |
tree | d574ceab7b8d759bfcd4d1459197f25f11f3dc78 /Documentation/Changes | |
parent | 5835f25117ef6a56144bfc6be98b5a3cb188bf7a (diff) |
doc: Note need of bc in the kernel build from 3.10 onwards
HPA did the world a favour and reduced the number of perl scripts in the
universe. However we do now need bc
Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=60575
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 07c75d18154e..2254db0f00a5 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -73,6 +73,11 @@ Perl | |||
73 | You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, | 73 | You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, |
74 | File::Basename, and File::Find to build the kernel. | 74 | File::Basename, and File::Find to build the kernel. |
75 | 75 | ||
76 | BC | ||
77 | -- | ||
78 | |||
79 | You will need bc to build kernels 3.10 and higher | ||
80 | |||
76 | 81 | ||
77 | System utilities | 82 | System utilities |
78 | ================ | 83 | ================ |