diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 18:10:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 18:10:58 +0200 |
commit | acf1b1035f27934bfe58600570d381cac94848ef (patch) | |
tree | d054e4d9bf32eae7758b43c754b24a85563c78ea /toolchain/gcc/patches/14.3.0/nios2-softfp.patch | |
parent | 7d8ba84d57c16ae98211e95e45d1b0702df7a29e (diff) |
gcc: update to 14.3.0
Diffstat (limited to 'toolchain/gcc/patches/14.3.0/nios2-softfp.patch')
-rw-r--r-- | toolchain/gcc/patches/14.3.0/nios2-softfp.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/14.3.0/nios2-softfp.patch b/toolchain/gcc/patches/14.3.0/nios2-softfp.patch new file mode 100644 index 000000000..c677c6c2f --- /dev/null +++ b/toolchain/gcc/patches/14.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 |