configure.in (noconfigdirs): Don't reset it from scratch in the target case; only append to it.

* configure.in (noconfigdirs): Don't reset it from scratch in the
target case; only append to it.

From-SVN: r41576
This commit is contained in:
Alexandre Oliva 2001-04-26 05:12:36 +00:00 committed by Alexandre Oliva
parent b2964d6355
commit b1bb230234
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
2001-04-26 Alexandre Oliva <aoliva@redhat.com>
* configure.in (noconfigdirs): Don't reset it from scratch in the
target case; only append to it.
* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
sparc-*-solaris2.8]: Disable ${libgcj}.

View File

@ -718,10 +718,10 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-librx ${libstdcxx_version} target-libgloss ${libgcj}"
;;
d30v-*-*)
noconfigdirs="${libgcj}"
noconfigdirs="$noconfigdirs ${libgcj}"
;;
fr30-*-elf*)
noconfigdirs="${libgcj}"
noconfigdirs="$noconfigdirs ${libgcj}"
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
fi
@ -740,7 +740,7 @@ case "${target}" in
parisc*-*-linux* | hppa*-*-linux* | \
hppa*-*-lites* | \
hppa*64*-*-*)
noconfigdirs="${libgcj}"
noconfigdirs="$noconfigdirs ${libgcj}"
# Do configure ld/binutils/gas for this case.
;;
hppa*-*-*)
@ -866,7 +866,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
;;
powerpc-*-eabi)
noconfigdirs="${libgcj}"
noconfigdirs="$noconfigdirs ${libgcj}"
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
fi
@ -942,7 +942,7 @@ case "${target}" in
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
fi
noconfigdirs="${libgcj}"
noconfigdirs="$noconfigdirs ${libgcj}"
;;
sparc-*-sunos4*)
noconfigdirs="${libgcj}"