From 2192c1d959f1f98a88bed9e9783598ceb2b6eaa8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Jul 2016 23:10:37 +0200 Subject: fr-v: allow to build gcc 6.1 linux toolchain --- toolchain/gcc/patches/6.1.0/add-crtreloc.frv | 12 ++++++++++++ toolchain/gcc/patches/6.1.0/disable-dwarf.frv | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 toolchain/gcc/patches/6.1.0/add-crtreloc.frv create mode 100644 toolchain/gcc/patches/6.1.0/disable-dwarf.frv (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/patches/6.1.0/add-crtreloc.frv b/toolchain/gcc/patches/6.1.0/add-crtreloc.frv new file mode 100644 index 000000000..1fa7024b6 --- /dev/null +++ b/toolchain/gcc/patches/6.1.0/add-crtreloc.frv @@ -0,0 +1,12 @@ +diff -Nur gcc-6.1.0.orig/gcc/config/frv/linux.h gcc-6.1.0/gcc/config/frv/linux.h +--- gcc-6.1.0.orig/gcc/config/frv/linux.h 2016-01-04 15:30:50.000000000 +0100 ++++ gcc-6.1.0/gcc/config/frv/linux.h 2016-07-24 21:22:08.566253376 +0200 +@@ -27,7 +27,7 @@ + + #undef STARTFILE_SPEC + #define STARTFILE_SPEC \ +- "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ ++ "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} crtreloc.o%s \ + crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}" + + #undef ENDFILE_SPEC diff --git a/toolchain/gcc/patches/6.1.0/disable-dwarf.frv b/toolchain/gcc/patches/6.1.0/disable-dwarf.frv new file mode 100644 index 000000000..c11baec92 --- /dev/null +++ b/toolchain/gcc/patches/6.1.0/disable-dwarf.frv @@ -0,0 +1,12 @@ +diff -Nur gcc-git.orig/libgcc/config.host gcc-git/libgcc/config.host +--- gcc-git.orig/libgcc/config.host 2015-10-23 21:12:52.000000000 +0200 ++++ gcc-git/libgcc/config.host 2015-11-15 21:17:38.385745887 +0100 +@@ -231,7 +231,7 @@ + esac + ;; + *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu) +- 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" ++ tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux" + extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" + if test x$enable_vtable_verify = xyes; then + extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o" -- cgit v1.2.3