diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 15:42:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 16:03:02 +0200 |
commit | 38007c74fa4236a3b93cf98f61db1a89c306c97c (patch) | |
tree | b567631a4aef0669e77c7d0991cc1f047a8f07a6 /toolchain | |
parent | b7bcd372663fbef6fcc3957310e3e315eef3526b (diff) |
frv: fixup toolchain compile
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/patches/14.2.0/add-crtreloc.frv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/14.2.0/add-crtreloc.frv b/toolchain/gcc/patches/14.2.0/add-crtreloc.frv new file mode 100644 index 000000000..30de24cdc --- /dev/null +++ b/toolchain/gcc/patches/14.2.0/add-crtreloc.frv @@ -0,0 +1,12 @@ +diff -Nur gcc-8.3.0.orig/gcc/config/frv/linux.h gcc-8.3.0/gcc/config/frv/linux.h +--- gcc-8.3.0.orig/gcc/config/frv/linux.h 2018-01-03 11:03:58.000000000 +0100 ++++ gcc-8.3.0/gcc/config/frv/linux.h 2019-10-08 10:52:00.176295821 +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 |