diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-24 09:21:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-25 03:46:28 +0200 |
commit | 4975cdba82d38ce1c4c7ba53bf4057b6b8b8f796 (patch) | |
tree | 186223361b2676cd2e0dfd3071e530fbf2e423a1 /toolchain/gcc/patches | |
parent | dd1faf95331c2dd75a5b86272fc9d3a9fc744edf (diff) |
lm32: add back old gcc, fixes ld segfault when linking kernel
Diffstat (limited to 'toolchain/gcc/patches')
-rw-r--r-- | toolchain/gcc/patches/4.5.4/gcc.lm32 | 2 |
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" |