summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-26 23:34:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-26 23:34:32 +0100
commit99ef028282b95d908836d0df8edc7200fbb728ff (patch)
tree7d40d2904141b7b788e88803fc74f29b674ec6b9 /toolchain/gcc
parent2c420855ca68eaf1586a882fe85dc6ad518dcc7a (diff)
frv: resolve remaining issues to check toolchain compile
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/patches/git/add-crtreloc.frv12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/git/add-crtreloc.frv b/toolchain/gcc/patches/git/add-crtreloc.frv
new file mode 100644
index 000000000..963fdf0e5
--- /dev/null
+++ b/toolchain/gcc/patches/git/add-crtreloc.frv
@@ -0,0 +1,12 @@
+diff -Nur gcc-git.orig/gcc/config/frv/linux.h gcc-git/gcc/config/frv/linux.h
+--- gcc-git.orig/gcc/config/frv/linux.h 2016-03-23 21:09:04.000000000 +0100
++++ gcc-git/gcc/config/frv/linux.h 2016-03-26 23:11:48.958579270 +0100
+@@ -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