summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/12.2.0/nios2-softfp.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-27 10:11:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-27 10:11:17 +0200
commit26c9f6abdaef6fba4e0fa752b23aa9ac7909e7b4 (patch)
tree3756c27a5e6dfd468ef8f98b2d3603366bef8a76 /toolchain/gcc/patches/12.2.0/nios2-softfp.patch
parent106e1a01d119da8006d4dc5f68e5404424510585 (diff)
gcc: add nios2 patch
Diffstat (limited to 'toolchain/gcc/patches/12.2.0/nios2-softfp.patch')
-rw-r--r--toolchain/gcc/patches/12.2.0/nios2-softfp.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/12.2.0/nios2-softfp.patch b/toolchain/gcc/patches/12.2.0/nios2-softfp.patch
deleted file mode 100644
index c677c6c2f..000000000
--- a/toolchain/gcc/patches/12.2.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