aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-08-08 18:41:58 +0000
committerStan Shebs <shebs@codesourcery.com>1994-08-08 18:41:58 +0000
commit9623e82883dc76faad2efde88a1d5a8f17955da2 (patch)
tree9a3996266030dc00ffc9770a51a5d1c71accaf25 /configure.in
parent1503edcce98845f461a6730d5f4cb447da400a37 (diff)
downloadgdb-9623e82883dc76faad2efde88a1d5a8f17955da2.zip
gdb-9623e82883dc76faad2efde88a1d5a8f17955da2.tar.gz
gdb-9623e82883dc76faad2efde88a1d5a8f17955da2.tar.bz2
* configure.in: Configure the examples directory.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0f163d5..ad2bb8d 100644
--- a/configure.in
+++ b/configure.in
@@ -42,13 +42,13 @@ target_libs="libm xiberty newlib libio libg++"
# these tools are built using the target libs, and are intended to run only
-# in the target environment. we currently have none.
+# in the target environment
#
# note: any program that *uses* libraries that are in the "target_libs"
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
#
-target_tools="groff"
+target_tools="examples groff"
################################################################################