mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-19 10:54:04 +08:00
configure.ac: Add moxie support.
* configure.ac: Add moxie support. * configure: Rebuilt. From-SVN: r146204
This commit is contained in:
parent
ee85b983e9
commit
55f2d96706
@ -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
|
||||
|
4
configure
vendored
4
configure
vendored
@ -2409,6 +2409,10 @@ case "${target}" in
|
||||
frv-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
moxie-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
h8300*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
@ -644,6 +644,10 @@ case "${target}" in
|
||||
frv-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
moxie-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
;;
|
||||
h8300*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user