Commit 9e9af119 by Manfred Hollstein Committed by Manfred Hollstein

configure.in: Re-enable all references to libg++ and librx.

2000-08-02  Manfred Hollstein  <manfredh@redhat.com>

	* configure.in: Re-enable all references to libg++ and librx.

From-SVN: r35429
parent bb45bd5a
2000-08-02 Manfred Hollstein <manfredh@redhat.com>
* configure.in: Re-enable all references to libg++ and librx.
2000-08-01 Alexandre Oliva <aoliva@redhat.com> 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
* ltconfig, ltmain.sh: Update from libtool multi-language branch. * ltconfig, ltmain.sh: Update from libtool multi-language branch.
......
...@@ -68,7 +68,9 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms ...@@ -68,7 +68,9 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms
target_libs="target-libiberty \ target_libs="target-libiberty \
target-libgloss \ target-libgloss \
target-newlib \ target-newlib \
target-librx \
${libstdcxx_version} \ ${libstdcxx_version} \
target-libg++ \
target-libf2c \ target-libf2c \
target-libchill \ target-libchill \
target-libffi \ target-libffi \
...@@ -571,7 +573,7 @@ esac ...@@ -571,7 +573,7 @@ esac
case "${target}" in case "${target}" in
*-*-netware) *-*-netware)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss target-libffi"
;; ;;
*-*-rtems*) *-*-rtems*)
noconfigdirs="$noconfigdirs target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libgloss target-libffi"
...@@ -588,6 +590,12 @@ case "${target}" in ...@@ -588,6 +590,12 @@ case "${target}" in
alpha*-*-*vms*) alpha*-*-*vms*)
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss target-libffi" noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss target-libffi"
;; ;;
alpha*-*-linux*)
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
alpha*-*-*) alpha*-*-*)
# newlib is not 64 bit ready # newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss" noconfigdirs="$noconfigdirs target-newlib target-libgloss"
...@@ -629,7 +637,7 @@ case "${target}" in ...@@ -629,7 +637,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libgloss target-libffi"
;; ;;
c4x-*-*) c4x-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
;; ;;
c54x*-*-* | tic54x-*-*) c54x*-*-* | tic54x-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi gcc gdb newlib" noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi gcc gdb newlib"
...@@ -662,7 +670,7 @@ case "${target}" in ...@@ -662,7 +670,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs ld target-libgloss target-libffi" noconfigdirs="$noconfigdirs ld target-libgloss target-libffi"
;; ;;
d10v-*-*) d10v-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss target-libffi"
;; ;;
d30v-*-*) d30v-*-*)
;; ;;
...@@ -673,7 +681,7 @@ case "${target}" in ...@@ -673,7 +681,7 @@ case "${target}" in
;; ;;
h8300*-*-* | \ h8300*-*-* | \
h8500-*-*) h8500-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
;; ;;
hppa*-*-*elf* | \ hppa*-*-*elf* | \
hppa*-*-linux-gnu* | \ hppa*-*-linux-gnu* | \
...@@ -702,7 +710,11 @@ case "${target}" in ...@@ -702,7 +710,11 @@ case "${target}" in
;; ;;
i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*) i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
# but don't build gdb # but don't build gdb
noconfigdirs="$noconfigdirs gdb ${libstdcxx_version} target-libffi" noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx target-libffi"
;;
*-*-linux*)
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;; ;;
i[3456]86-*-mingw32*) i[3456]86-*-mingw32*)
target_configdirs="$target_configdirs target-mingw" target_configdirs="$target_configdirs target-mingw"
...@@ -729,7 +741,7 @@ case "${target}" in ...@@ -729,7 +741,7 @@ case "${target}" in
esac esac
;; ;;
i[3456]86-*-pe) i[3456]86-*-pe)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
;; ;;
i[3456]86-*-sco3.2v5*) i[3456]86-*-sco3.2v5*)
# The linker does not yet know about weak symbols in COFF, # The linker does not yet know about weak symbols in COFF,
...@@ -881,7 +893,7 @@ case "${target}" in ...@@ -881,7 +893,7 @@ case "${target}" in
fi fi
;; ;;
v810-*-*) v810-*-*)
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss target-libffi" noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libg++ ${libstdcxx_version} opcodes target-libgloss target-libffi"
;; ;;
v850-*-*) v850-*-*)
noconfigdirs="$noconfigdirs target-libgloss target-libffi" noconfigdirs="$noconfigdirs target-libgloss target-libffi"
...@@ -1192,7 +1204,7 @@ fi ...@@ -1192,7 +1204,7 @@ fi
# provide a proper gxx_include_dir. # provide a proper gxx_include_dir.
# Note, if you change the default, make sure to fix both here and in # Note, if you change the default, make sure to fix both here and in
# the gcc, libio, and libstdc++ subdirectories. # the gcc, libio, libstdc++ and libg++ subdirectories.
# Check whether --with-gxx-include-dir or --without-gxx-include-dir was given. # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
gxx_include_dir= gxx_include_dir=
if test -n "${with_gxx_include_dir}"; then if test -n "${with_gxx_include_dir}"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment