]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xtensa: add config option to disable linker relaxation
authorChris Zankel <chris@zankel.net>
Tue, 13 Nov 2012 23:16:36 +0000 (15:16 -0800)
committerChris Zankel <chris@zankel.net>
Tue, 27 Nov 2012 06:12:09 +0000 (22:12 -0800)
commit1372e8b85d7f87c211f183ba6ae211753e57f4f7
tree9e80015b748f5c46ea7222af5732d2c5229f3819
parente77a0865ce2531bcb607e41d38ac995b712afa1e
xtensa: add config option to disable linker relaxation

The default linker behavior is to optimize identical literal values and
remove unnecessary overhead from assembler-generated "longcall" sequences
to reduce code size. Provide an option to disable this behavior to improve
compile time.

Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig.debug
arch/xtensa/Makefile