]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/Makefile.in
Simplify definition of GUILE
authorTom Tromey <tom@tromey.com>
Tue, 22 Aug 2023 17:32:43 +0000 (11:32 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 26 Aug 2023 19:09:38 +0000 (13:09 -0600)
commitfd669f71eaf711915ed89b65714969e20997b0a7
treea355fd0d264be16744d0a3fa6668a5b71646d1aa
parent9030a82d6f700e03ab143f0d002e9f21ae2fd52f
Simplify definition of GUILE

This patch sets GUILE to just plain 'guile'.

In the distant ("devo") past, the top-level build did support building
Guile in-tree.  However, I don't think this really works any more.
For one thing, there are no build dependencies on it, so there's no
guarantee it would actually be built before the uses.

This patch also removes the use of "-s" as an option to cgen scheme
scripts.  With my latest patch upstream, this is no longer needed.

After the upstream changes, either Guile 2 or Guile 3 will work, with
or without the compiler enabled.

2023-08-24  Tom Tromey  <tom@tromey.com>

* cgen.sh: Don't pass "-s" to cgen.
* Makefile.in: Rebuild.
* Makefile.am (GUILE): Simplify.
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/cgen.sh
sim/Makefile.in
sim/common/cgen.sh
sim/common/local.mk