diff options
author | Anthony Green <green@moxielogic.com> | 2009-04-16 17:11:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-04-16 17:11:08 +0000 |
commit | 55f2d96706cbb671befc2db6e8d63f78822ca2b7 (patch) | |
tree | ea7d9c023b82ca4d405728d8684c98c5904c8924 /configure | |
parent | ee85b983e960ea39820303980b27646b56b678c7 (diff) | |
download | gcc-55f2d96706cbb671befc2db6e8d63f78822ca2b7.zip gcc-55f2d96706cbb671befc2db6e8d63f78822ca2b7.tar.gz gcc-55f2d96706cbb671befc2db6e8d63f78822ca2b7.tar.bz2 |
configure.ac: Add moxie support.
* configure.ac: Add moxie support.
* configure: Rebuilt.
From-SVN: r146204
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2409,6 +2409,10 @@ case "${target}" in frv-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + moxie-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" + noconfigdirs="$noconfigdirs gprof" + ;; h8300*-*-*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; |