Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Fixed link error about abort
Browse files Browse the repository at this point in the history
  • Loading branch information
lekernel committed Dec 22, 2009
1 parent 6454d4e commit 6a8b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/gcc/patches/4.4.1/999-lm32.patch
Expand Up @@ -882,7 +882,7 @@ diff -ruN gcc-4.4.1/gcc/config/lm32/linux-elf.h gcc-4.4.1-lm32/gcc/config/lm32/l
+ %{shared:-lc} \
+ %{!shared:-lc} "
+
+#define LIBGCC_SPEC "-lgcc"
+#define LIBGCC_SPEC "-lc -lgcc"
+
+/* Provide a STARTFILE_SPEC appropriate for GNU/Linux. Here we add
+ the GNU/Linux magical crtbegin.o file (see crtstuff.c) which
Expand Down

0 comments on commit 6a8b90c

Please sign in to comment.