summaryrefslogtreecommitdiff
path: root/patches/gcc/5.4.0/877-xtensa-don-t-use-unwind-dw2-fde-dip-with-elf-targets.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22gcc: don't use unwind-dw2-fde-dip with xtensa-elf targetsMax Filippov1-0/+62
This fixes build for elf target with windowed xtensa core that currently breaks with the following error message: unwind-dw2-fde-dip.c:36:40: fatal error: elf.h: No such file or directory Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>