Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20faa7c3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Russell King
Browse files

[ARM] Documentation/arm/README: small update



- egcs is not supported by kernel 2.6
- gcc 3.3 seems to be a good choice on ARM

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7015faa7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -8,10 +8,9 @@ Compilation of kernel
---------------------

  In order to compile ARM Linux, you will need a compiler capable of
  generating ARM ELF code with GNU extensions.  GCC 2.95.1, EGCS
  1.1.2, and GCC 3.3 are known to be good compilers.  Fortunately, you
  needn't guess.  The kernel will report an error if your compiler is
  a recognized offender.
  generating ARM ELF code with GNU extensions.  GCC 3.3 is known to be
  a good compiler.  Fortunately, you needn't guess.  The kernel will report
  an error if your compiler is a recognized offender.

  To build ARM Linux natively, you shouldn't have to alter the ARCH = line
  in the top level Makefile.  However, if you don't have the ARM Linux ELF