* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
(rs6000-*-aix*): Same. * configure: Regenerate.
This commit is contained in:
parent
b18ee8a2a6
commit
6c6a052230
|
@ -1,3 +1,9 @@
|
||||||
|
2004-02-11 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
|
* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
|
||||||
|
(rs6000-*-aix*): Same.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
|
2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.in (host): Add in missing $noconfigdirs to defines.
|
* configure.in (host): Add in missing $noconfigdirs to defines.
|
||||||
|
|
|
@ -1379,7 +1379,7 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libada 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"
|
||||||
|
@ -1401,7 +1401,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libada 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-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libada 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 ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
|
Loading…
Reference in New Issue