Skip to content
Snippets Groups Projects
  • Tom Tromey's avatar
    b7e5a296
    Pass GUILE down to subdirectories · b7e5a296
    Tom Tromey authored
    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.
    b7e5a296
    History
    Pass GUILE down to subdirectories
    Tom Tromey authored
    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.