commit | 80cec14a83ad0ad109d822b3f3482a379bc481ba | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Sep 09 13:56:45 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Sep 09 13:56:45 2008 +0100 |
tree | f4d9a326b7088556dc9d34e3cfc42fe4e2c3fb2e | |
parent | fbd3bdb213e91e9e698959caae1f3b4ead515602 [diff] |
[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>