aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-07-27 13:17:38 +0000
committerAnthony Green <green@gcc.gnu.org>2014-07-27 13:17:38 +0000
commit17522262ead9bae03bf6d21cc2b1e7a02ef60c60 (patch)
tree3b01f1f3d11f78b39d3b68830d6b56156303b697 /gcc/config.gcc
parent98b383e49710da94d4f12f4791f079df17b439f5 (diff)
downloadgcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.zip
gcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.tar.gz
gcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.tar.bz2
Add moxiebox target.
From-SVN: r213098
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9b3637e..7a3d377 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1168,6 +1168,12 @@ moxie-*-rtems*)
tmake_file="${tmake_file} moxie/t-moxie"
tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
;;
+moxie-*-moxiebox*)
+ gas=yes
+ gnu_ld=yes
+ tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
+ tmake_file="${tmake_file} moxie/t-moxiebox"
+ ;;
h8300-*-rtems*)
tmake_file="${tmake_file} h8300/t-h8300 h8300/t-rtems"
tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"