aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-07-02 02:10:29 +0000
committerDoug Evans <dje@google.com>1998-07-02 02:10:29 +0000
commit5ea0771f4ca8d8c43f3379dc70e4071325e7d68c (patch)
treef654430e76c416666fa6a858cfeb91489fb6832e /configure.in
parent1148b104ae064a00e292433608eb47820b3ee93a (diff)
downloadgdb-5ea0771f4ca8d8c43f3379dc70e4071325e7d68c.zip
gdb-5ea0771f4ca8d8c43f3379dc70e4071325e7d68c.tar.gz
gdb-5ea0771f4ca8d8c43f3379dc70e4071325e7d68c.tar.bz2
* configure.in: configure cgen if --enable-cgen-maint.
* Makefile.in (ALL_MODULES,CLEAN_MODULES): Add all-cgen. (all-cgen): New rule. (all-opcodes,all-sim): Depend on all-cgen.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9acf50d..940323f 100644
--- a/configure.in
+++ b/configure.in
@@ -60,6 +60,9 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms
# start-sanitize-ide
host_tools="${host_tools} ilu vmake jstools"
# end-sanitize-ide
+# start-sanitize-cygnus
+host_tools="${host_tools} cgen"
+# end-sanitize-cygnus
# 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)
@@ -870,6 +873,13 @@ case "${noconfigdirs}" in
*target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
esac
+# start-sanitize-cygnus
+# Only configure cgen if --enable-cgen-maint.
+if [ x$"enable_cgen_maint" != xyes ] ; then
+ noconfigdirs="$noconfigdirs cgen"
+fi
+
+# end-sanitize-cygnus
# Make sure we don't let GNU ld be added if we didn't want it.
if [ x$with_gnu_ld = xno ]; then
use_gnu_ld=no