diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-05-25 08:33:25 (GMT) |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-06-27 09:05:32 (GMT) |
commit | 5a45da02cf040ae7eacc9da10f6e8e369a220863 (patch) | |
tree | 27e52dc1a1eda9c3508764bf0f3fcb5a085f43a5 /arch/arc/configs/tb10x_defconfig | |
parent | 05b016ecf5e7a8c24409d8e9effb5d2ec9107708 (diff) | |
download | linux-fsl-qoriq-5a45da02cf040ae7eacc9da10f6e8e369a220863.tar.xz |
ARC: Adjustments for gcc 4.8
* DWARF unwinder related
+ Force DWARF2 compliant .debug_frame (gcc 4.8 defaults to DWARF4
which kernel unwinder can't grok).
+ Discard the additional .eh_frame generated
+ Discard the dwarf4 debug info generated by -gdwarf-2 for normal
no debug case
* 4.8 already uses arc600 multilibs for -mno-mpy
* switch to using uclibc compiler (to get -mmedium-calls and -mno-sdata)
and also since buildroot can only use 1 toolchain
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/tb10x_defconfig')
-rw-r--r-- | arch/arc/configs/tb10x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/configs/tb10x_defconfig b/arch/arc/configs/tb10x_defconfig index 4fa5cd9..6be6492 100644 --- a/arch/arc/configs/tb10x_defconfig +++ b/arch/arc/configs/tb10x_defconfig @@ -1,4 +1,4 @@ -CONFIG_CROSS_COMPILE="arc-elf32-" +CONFIG_CROSS_COMPILE="arc-linux-uclibc-" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="tb10x" CONFIG_SYSVIPC=y |