* configure.in: configure cgen if --enable-cgen-maint.
authorDoug Evans <dje@google.com>
Thu, 2 Jul 1998 02:10:29 +0000 (02:10 +0000)
committerDoug Evans <dje@google.com>
Thu, 2 Jul 1998 02:10:29 +0000 (02:10 +0000)
* Makefile.in (ALL_MODULES,CLEAN_MODULES): Add all-cgen.
(all-cgen): New rule.
(all-opcodes,all-sim): Depend on all-cgen.

ChangeLog
configure.in

index 5027793db73996c9950dc7d0bf5be614ebd1d570..f2f93f7ed73a988cac4a7184ff198c8ba756c71e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+start-sanitize-cygnus
+Wed Jul  1 18:52:40 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * 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.
+
+end-sanitize-cygnus
 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * ltconfig: Update to correct AIX handling.
index 9acf50d0069abf7562009572e78e1ed72ccfde0c..940323fd9d4b9bc9ab85aaf75ead15ffb39529ea 100644 (file)
@@ -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
This page took 0.029821 seconds and 4 git commands to generate.