commit | d006ec41c448d9f4a84df50391e87cbf0aa8c152 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Dec 28 14:08:39 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Jan 09 08:04:56 2024 -0700 |
tree | 3742e210e827eb4653f54b10472dcefe8ab62390 | |
parent | f68c9d09a395ad4bb48661401475ba7f8e8b8a2b [diff] |
Pass GUILE down to subdirectories When I enable cgen rebuilding in the binutils-gdb tree, the default is to run cgen using 'guile'. However, on my host, guile is guile 2.2, which doesn't work for me -- I have to use guile3.0. This patch arranges to pass "GUILE" down to subdirectories, so I can use 'make GUILE=guile3.0'. * Makefile.in: Rebuild. * Makefile.tpl (BASE_EXPORTS): Add GUILE. (GUILE): New variable. * Makefile.def (flags_to_pass): Add GUILE.