summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.5.4/gcc.lm32
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-24 09:21:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-25 03:46:28 +0200
commit4975cdba82d38ce1c4c7ba53bf4057b6b8b8f796 (patch)
tree186223361b2676cd2e0dfd3071e530fbf2e423a1 /toolchain/gcc/patches/4.5.4/gcc.lm32
parentdd1faf95331c2dd75a5b86272fc9d3a9fc744edf (diff)
lm32: add back old gcc, fixes ld segfault when linking kernel
Diffstat (limited to 'toolchain/gcc/patches/4.5.4/gcc.lm32')
-rw-r--r--toolchain/gcc/patches/4.5.4/gcc.lm322
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.5.4/gcc.lm32 b/toolchain/gcc/patches/4.5.4/gcc.lm32
index f32fb0dbd..df77ddf83 100644
--- a/toolchain/gcc/patches/4.5.4/gcc.lm32
+++ b/toolchain/gcc/patches/4.5.4/gcc.lm32
@@ -114,7 +114,7 @@ diff -Nur gcc-4.5.4.orig/libgcc/config.host gcc-4.5.4/libgcc/config.host
tmake_file="lm32/t-lm32 lm32/t-elf t-softfp"
;;
-lm32-*-uclinux*)
-+lm32-*-linux*)
++lm32-*-*linux*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
- tmake_file="lm32/t-lm32 lm32/t-uclinux t-softfp"
+ tmake_file="lm32/t-lm32 t-softfp"