]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] Add -march=all to assembly file build in arch/arm/boot/compressed
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 9 Sep 2008 12:56:45 +0000 (13:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Sep 2008 12:56:45 +0000 (13:56 +0100)
commit63448238a9e42258af0d696fe19d34719d4d5494
treef4d9a326b7088556dc9d34e3cfc42fe4e2c3fb2e
parentaa8dda5b666789c610bbf9168497e81c5f1fccdf
[ARM] Add -march=all to assembly file build in arch/arm/boot/compressed

This allows assembly files to be crafted to cover all ARM CPU types
rather than erroring out on instructions only in later CPUs.  We
are careful in these files to only execute CPU specific code when
the CPU ID says we can.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/Makefile