mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
committed by
Alexandre Oliva
parent
b2964d6355
commit
b1bb230234
@@ -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}.
|
||||
|
||||
|
||||
10
configure.in
10
configure.in
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user