mirror of git://gcc.gnu.org/git/gcc.git
configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate. From-SVN: r80458
This commit is contained in:
parent
c512449722
commit
bef1d7003f
|
@ -1,3 +1,9 @@
|
||||||
|
2004-04-06 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
|
* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
|
||||||
|
(rs6000-*-aix*): Same.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
|
2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
|
||||||
|
|
||||||
* MAINTAINERS: Add myself to write-after-approval.
|
* MAINTAINERS: Add myself to write-after-approval.
|
||||||
|
|
|
@ -1389,7 +1389,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
|
@ -1411,7 +1411,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
|
|
@ -612,7 +612,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
|
@ -634,7 +634,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
|
Loading…
Reference in New Issue