summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
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/nios2-softfp.patch
parentcdf43bfc47a4153638db66f9d843636a27c5fc14 (diff)
gcc: move 11.x patches
Diffstat (limited to 'toolchain/gcc/patches/11.3.0/nios2-softfp.patch')
-rw-r--r--toolchain/gcc/patches/11.3.0/nios2-softfp.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/11.3.0/nios2-softfp.patch b/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
deleted file mode 100644
index c677c6c2f..000000000
--- a/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur gcc-6.2.0.orig/libgcc/config.host gcc-6.2.0/libgcc/config.host
---- gcc-6.2.0.orig/libgcc/config.host 2016-05-17 08:15:52.000000000 +0200
-+++ gcc-6.2.0/libgcc/config.host 2016-10-15 14:42:53.971919904 +0200
-@@ -962,6 +962,10 @@
- ;;
- esac
- ;;
-+nios2-*-linux-uclibc*)
-+ tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc t-softfp-sfdf t-softfp"
-+ md_unwind_header=nios2/linux-unwind.h
-+ ;;
- nios2-*-linux*)
- tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc"
- md_unwind_header=nios2/linux-unwind.h