From: Stan Shebs Date: Mon, 8 Aug 1994 18:41:58 +0000 (+0000) Subject: * configure.in: Configure the examples directory. X-Git-Tag: gdb-4_18-branchpoint~13845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9623e82883dc76faad2efde88a1d5a8f17955da2;p=thirdparty%2Fbinutils-gdb.git * configure.in: Configure the examples directory. --- diff --git a/configure.in b/configure.in index 0f163d57e00..ad2bb8d5b94 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" ################################################################################