mes/guile
Jan Nieuwenhuizen 822d0df889 build: Non-Guix build robustifications. Thanks, rain1!
Fix typo in configure, gracefully switch between M0 vs M1, skip
CC32/i686-unknown-linux-gnu-gcc targets if not available, esp. for
non-Guix usage.

* configure (M1): Declare missing variable.
* make.scm (main): all-go, clean-go: New targets.
* GNUmakefile (PHONY_TARGETS): Add them.
  (.config.make): New target.
* guile/guix/make.scm (%CC32): Set to #f if not found.
  (bin.gcc): Skip if CC not set.
  (check-target?, add-target): Skip if target is not set.
2017-07-26 11:36:07 +02:00
..
guix build: Non-Guix build robustifications. Thanks, rain1! 2017-07-26 11:36:07 +02:00
gc.scm Guile gc experiment: remove global scan variable. 2016-12-12 20:33:48 +01:00
language mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
mes mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
mes-0.scm Make guile switchable in GNUmakefile. 2016-12-21 17:08:36 +01:00
mes.mes core+mini-mes: Replace manual snippets by snarfed includes. 2017-03-10 20:56:18 +01:00
mes.scm core+mini-mes: Replace manual snippets by snarfed includes. 2017-03-10 20:56:18 +01:00
mescc.scm mescc: Produce M1 output instead of hex2. 2017-07-02 16:25:14 +02:00
nyacc mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
reader.mes Extend Scheme reader, reduce C reader dependency. 2016-12-13 19:58:34 +01:00