aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.com>2002-08-04 19:37:03 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2002-08-04 19:37:03 +0000
commit36a05131ca8a11809d03e5f5fd592fd6c0433c6c (patch)
treefd118f23a2acc750a457dec8225caeff9ef17182 /gcc/config.gcc
parent37b8715b5bd67e1ee69ec1b8b1be0153a1106ced (diff)
downloadgcc-36a05131ca8a11809d03e5f5fd592fd6c0433c6c.zip
gcc-36a05131ca8a11809d03e5f5fd592fd6c0433c6c.tar.gz
gcc-36a05131ca8a11809d03e5f5fd592fd6c0433c6c.tar.bz2
Add the FRV port
From-SVN: r56029
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a8fd079..5b8e6ea 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -717,6 +717,10 @@ fr30-*-elf)
tmake_file=fr30/t-fr30
extra_parts="crti.o crtn.o crtbegin.o crtend.o"
;;
+frv-*-elf)
+ tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
+ tmake_file=frv/t-frv
+ ;;
h8300-*-rtems*)
xm_defines=POSIX
tmake_file="h8300/t-h8300 t-rtems"