commit | 6550162200b40d1e725167f8a617255c42b57552 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Tue Nov 13 15:16:36 2012 -0800 |
committer | Chris Zankel <chris@zankel.net> | Tue Dec 18 21:10:20 2012 -0800 |
tree | 072a99de3ab75fe899254bf75d1a704d91f8916f | |
parent | 02b25d811f949fc70badd6535dfaf13a3c5decf9 [diff] |
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>