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 | |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-04-15 Anthony Green <green@moxielogic.com> + + * configure.ac: Add moxie support. + * configure: Rebuilt. + 2009-04-14 Jakub Jelinek <jakub@redhat.com> * configure.ac: Change copyright header to refer to version @@ -2409,6 +2409,10 @@ case "${target}" in frv-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + moxie-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" + noconfigdirs="$noconfigdirs gprof" + ;; h8300*-*-*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; diff --git a/configure.ac b/configure.ac index 574547f..4b123f4 100644 --- a/configure.ac +++ b/configure.ac @@ -644,6 +644,10 @@ case "${target}" in frv-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + moxie-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" + noconfigdirs="$noconfigdirs gprof" + ;; h8300*-*-*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; |