diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-09-21 15:17:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-09-21 15:17:53 +0000 |
commit | 09b5f8bf2f04be2c45f2d1529b0f5b3879f4c0e5 (patch) | |
tree | d78ea1b240ecf9215e161e5b4c57ac14a6ef9a29 /configure.in | |
parent | ea219ef04f60910721cc4e51af153a396e6d4b19 (diff) | |
download | gcc-09b5f8bf2f04be2c45f2d1529b0f5b3879f4c0e5.zip gcc-09b5f8bf2f04be2c45f2d1529b0f5b3879f4c0e5.tar.gz gcc-09b5f8bf2f04be2c45f2d1529b0f5b3879f4c0e5.tar.bz2 |
Add FR30 target.
From-SVN: r29548
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a68f923..ae30d39 100644 --- a/configure.in +++ b/configure.in @@ -352,7 +352,7 @@ case "${enable_target_optspace}:${target}" in yes:*) target_makefile_frag="${target_makefile_frag} config/mt-ospace" ;; - :m32r-*) + :m32r-* | fr30-*) target_makefile_frag="${target_makefile_frag} config/mt-ospace" ;; no:* | :*) @@ -612,6 +612,11 @@ case "${target}" in d10v-*-*) noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio target-libgloss" ;; + fr30-*-elf*) + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon" + fi + ;; h8300*-*-* | \ h8500-*-*) noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss" |