summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/11.3.0/add-crtreloc.frv
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-28 14:50:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-28 14:50:30 +0200
commit7bb2d706b19895c692746c8c783509bd262f9102 (patch)
tree3704f6739dc84f32f36ee3b570524ad729f59452 /toolchain/gcc/patches/11.3.0/add-crtreloc.frv
parentcdf43bfc47a4153638db66f9d843636a27c5fc14 (diff)
gcc: move 11.x patches
Diffstat (limited to 'toolchain/gcc/patches/11.3.0/add-crtreloc.frv')
-rw-r--r--toolchain/gcc/patches/11.3.0/add-crtreloc.frv12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/patches/11.3.0/add-crtreloc.frv b/toolchain/gcc/patches/11.3.0/add-crtreloc.frv
deleted file mode 100644
index 30de24cdc..000000000
--- a/toolchain/gcc/patches/11.3.0/add-crtreloc.frv
+++ /dev/null
@@ -1,12 +0,0 @@
-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