summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host5
2 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index dffadfc3d04..db5d3b05b62 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
+
+ * config.host (bfin*-linux-uclibc*): Set extra_parts.
+
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Add install-html and install-pdf dummy
diff --git a/libgcc/config.host b/libgcc/config.host
index 48c46e72304..ac13e35d8f6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -248,6 +248,11 @@ bfin*-elf*)
;;
bfin*-uclinux*)
;;
+bfin*-linux-uclibc*)
+ # No need to build crtbeginT.o on uClibc systems. Should probably
+ # be moved to the OS specific section above.
+ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+ ;;
bfin*-*)
;;
c4x-*-rtems* | tic4x-*-rtems*)