summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-05-02 13:50:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-05-02 13:50:38 +0200
commitb04207c44f64dd7b4e066a24c1abf3d2852cbbb0 (patch)
tree3221344fa5c84545bb6ade5390b2cf72c6e329bf /toolchain/gcc/patches/11.3.0/nios2-softfp.patch
parent982f23959b504122e0c8c4272f20a1ee6d7dc9d4 (diff)
gcc: update to 11.3.0
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, 14 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/11.3.0/nios2-softfp.patch b/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
new file mode 100644
index 000000000..c677c6c2f
--- /dev/null
+++ b/toolchain/gcc/patches/11.3.0/nios2-softfp.patch
@@ -0,0 +1,14 @@
+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