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>
Wed, 19 Dec 2012 05:10:20 +0000 (21:10 -0800)
commit6550162200b40d1e725167f8a617255c42b57552
tree072a99de3ab75fe899254bf75d1a704d91f8916f
parent02b25d811f949fc70badd6535dfaf13a3c5decf9
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