[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)
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>

No differences found