aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1997-06-25 19:24:03 +0000
committerBrendan Kehoe <brendan@cygnus>1997-06-25 19:24:03 +0000
commit10be59aa1e4a3521c3cb21432b6a6c895bdc757c (patch)
tree6b39a5080b0741e3ca608538e8502fb878b9c80d /configure.in
parentfe80f6384a6923b94a200fc70ff62e8e0b149873 (diff)
downloadgdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.zip
gdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.tar.gz
gdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.tar.bz2
Move gperf into the toplevel, from libg++.
* configure.in (target_tools): Add target-gperf. (native_only): Add target-gperf. * Makefile.in (all-target-gperf): New target, depend on all-target-libg++. (configure-target-gperf): Empty rule. (ALL_TARGET_MODULES): Add all-target-gperf. (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. (CHECK_TARGET_MODULES): Add check-target-gperf. (INSTALL_TARGET_MODULES): Add install-target-gperf. (CLEAN_TARGET_MODULES): Add clean-target-gperf.
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 e0cca66..8800167 100644
--- a/configure.in
+++ b/configure.in
@@ -71,7 +71,7 @@ target_libs="target-libiberty target-libgloss target-newlib target-libio target-
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
#
-target_tools="target-examples target-groff"
+target_tools="target-examples target-groff target-gperf"
################################################################################
@@ -85,7 +85,7 @@ target_tools="target-examples target-groff"
#
# This must be a single line because of the way it is searched by grep in
# the code below.
-native_only="autoconf automake cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv"
+native_only="autoconf automake cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv target-gperf"
# directories to be built in a cross environment only
#