diff options
author | Chris Zankel <chris@zankel.net> | 2014-12-16 08:22:21 +0300 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2014-12-16 10:47:24 +0300 |
commit | 1f2fdbd0078cb2ad4251768e8c0e0bb652a2cbd6 (patch) | |
tree | 16373284625d37904c78eb861388316035f57db2 /arch/xtensa/configs | |
parent | 4255a8e199a00faa29b84c47ad57427dd1412581 (diff) | |
download | linux-1f2fdbd0078cb2ad4251768e8c0e0bb652a2cbd6.tar.xz |
xtensa: disable link optimization
The default linker behavior is to optimize identical literal values
and remove unnecessary overhead. However, because of a bug in the
linker, this currently results in an error ('call target out of range').
Disable link-time optimizations per default until there is a fix
for the linker and add the option to iss_defconfig.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/configs')
-rw-r--r-- | arch/xtensa/configs/iss_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/configs/iss_defconfig b/arch/xtensa/configs/iss_defconfig index 6a7593b6784d..e4d193e7a300 100644 --- a/arch/xtensa/configs/iss_defconfig +++ b/arch/xtensa/configs/iss_defconfig @@ -757,3 +757,4 @@ CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_HAS_IOMEM=y CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LD_NO_RELAX=y |