aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2005-06-06 09:46:39 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2005-06-06 09:46:39 +0000
commit1f4174d400205c8750ea44780be7fefd4fd861ef (patch)
tree43200a20855887cd7a968438d77caf06649ce0d0 /gcc/config.gcc
parent5380bc7e61010bf0aebf1124eeff6a61be4c7137 (diff)
downloadgcc-1f4174d400205c8750ea44780be7fefd4fd861ef.zip
gcc-1f4174d400205c8750ea44780be7fefd4fd861ef.tar.gz
gcc-1f4174d400205c8750ea44780be7fefd4fd861ef.tar.bz2
Add bfin-uclinux configuration.
From-SVN: r100656
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a379fca..7eab072 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -740,12 +740,17 @@ bfin*-elf*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
tmake_file=bfin/t-bfin-elf
use_collect2=no
- ;;
+ ;;
+bfin*-uclinux*)
+ tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/uclinux.h"
+ tmake_file=bfin/t-bfin-elf
+ use_collect2=no
+ ;;
bfin*-*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
tmake_file=bfin/t-bfin
use_collect2=no
- ;;
+ ;;
c4x-*-rtems* | tic4x-*-rtems*)
tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
tm_file="c4x/c4x.h c4x/rtems.h rtems.h"