package/libsemanage: add host-audit as a dependency of the host variant
[buildroot-gz.git] / package / gcc / 6.1.0 / 892-disable-dwarf-bfin.patch
blobebd31a1855281984892d2de2f89faf0df1fb6bfa
1 Dwarf support does not compile on Blackfin
3 Reported upstream:
4 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68468
6 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
8 diff -Nur gcc-6.1.0.orig/libgcc/config.host gcc-6.1.0/libgcc/config.host
9 --- gcc-6.1.0.orig/libgcc/config.host 2016-02-26 21:02:28.000000000 +0100
10 +++ gcc-6.1.0/libgcc/config.host 2016-05-12 19:26:30.973350274 +0200
11 @@ -230,6 +230,13 @@
13 esac
15 +bfin-*-*linux*)
16 + tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux"
17 + extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
18 + if test x$enable_vtable_verify = xyes; then
19 + extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
20 + fi
21 + ;;
22 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
23 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux"
24 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"