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

No differences found