aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-08-16 23:11:16 +0000
committerPer Bothner <per@bothner.com>1994-08-16 23:11:16 +0000
commit63a042e60f895ba5cd81bc2d71b01675fbcd8e01 (patch)
tree4929328d602a9063112d19ad1528efb16d273ce8 /configure.in
parent3cbe9f4d97ac152060e0069dae782a872f2ce81d (diff)
downloadgdb-63a042e60f895ba5cd81bc2d71b01675fbcd8e01.zip
gdb-63a042e60f895ba5cd81bc2d71b01675fbcd8e01.tar.gz
gdb-63a042e60f895ba5cd81bc2d71b01675fbcd8e01.tar.bz2
* configure.in: Also configure librx.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ad2bb8d..d7b6e87 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)
#
-target_libs="libm xiberty newlib libio libg++"
+target_libs="libm xiberty newlib libio librx libg++"
# these tools are built using the target libs, and are intended to run only
@@ -236,7 +236,7 @@ case "${target}" in
;;
h8300*-*-* | \
h8500-*-*)
- noconfigdirs="$noconfigdirs libg++ libio"
+ noconfigdirs="$noconfigdirs libg++ libio librx"
;;
hppa*-*-*elf*)
# Do configure ld/binutils/gas for this case.
@@ -255,7 +255,7 @@ case "${target}" in
# add the go32 support tools to the list
# but don't build gdb
configdirs=`echo go32 ${configdirs}`
- noconfigdirs="$noconfigdirs gdb libg++ libio"
+ noconfigdirs="$noconfigdirs gdb libg++ libio librx"
;;
i[34]86-*-sco*)
noconfigdirs="$noconfigdirs gprof"