* Makefile.in (ALL_MODULES,CLEAN_MODULES): Add all-cgen.
(all-cgen): New rule.
(all-opcodes,all-sim): Depend on all-cgen.
+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.
# 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)
*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