diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2007-03-05 14:55:37 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2007-03-05 14:55:37 +0000 |
commit | 344189f9ec005682d1e5d6a700b91184e58538b8 (patch) | |
tree | 347dcf69ad8915a6018d8b9b3a024cda2d6a23b9 /libgcc/config.host | |
parent | 9dc167ec4ad8d62e05511c9401f8b72bafb42e77 (diff) | |
download | gcc-344189f9ec005682d1e5d6a700b91184e58538b8.zip gcc-344189f9ec005682d1e5d6a700b91184e58538b8.tar.gz gcc-344189f9ec005682d1e5d6a700b91184e58538b8.tar.bz2 |
config.host (bfin*-linux-uclibc*): Set extra_parts.
libgcc/:
* config.host (bfin*-linux-uclibc*): Set extra_parts.
gcc/:
* config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
(bfin*-linux-uclibc*): New configuration.
* config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
defining.
* config/bfin/linux.h: New file.
* config/bfin/libgcc-bfin.ver: New file.
* config/bfin/t-bfin-uclinux: New file.
* config/bfin/t-bfin-linux: New file.
* config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
(TARGET_OS_CPP_BUILTINS): New macro.
From-SVN: r122552
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 48c46e7..ac13e35 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*) |