From: Dave Brolley Date: Thu, 30 Mar 2000 20:49:27 +0000 (+0000) Subject: 2000-03-30 Dave Brolley X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2ac51e41388a25646c6e0f815ee6ecb58d3f5be;p=platform%2Fupstream%2Fbinutils.git 2000-03-30 Dave Brolley * aclocal.m4 (cgen): Use guile to run cgen. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 04ab3ae..bc0e35d 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2000-03-30 Dave Brolley + + * aclocal.m4 (cgen): Use guile to run cgen. + 2000-03-23 Dave Brolley * cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index 2d22322..4adb53e 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -1196,7 +1196,7 @@ AC_DEFUN(SIM_AC_OPTION_CGEN_MAINT, [ cgen_maint=no dnl Default is to use one in build tree. -cgen=../../cgen/cgen +cgen=guile cgendir='$(srcdir)/../../cgen' dnl Having --enable-maintainer-mode take arguments is another way to go. dnl ??? One can argue --with is more appropriate if one wants to specify @@ -1213,7 +1213,7 @@ AC_ARG_ENABLE(cgen-maint, # Having a `share' directory might be more appropriate for the .scm, # .cpu, etc. files. cgendir=${cgen_maint}/lib/cgen - cgen=${cgendir}/bin/cgen + cgen=guile ;; esac])dnl dnl AM_CONDITIONAL(CGEN_MAINT, test x${cgen_maint} != xno)