gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] change to compile and link command line switches


From: Gaius Mulley
Subject: [Gm2] change to compile and link command line switches
Date: Wed, 24 Nov 2010 20:07:07 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

I've just checked in some changes which alter the behaviour of the gm2
front end so that it is similar to gcc.

So to compile only you can:

  gm2 -c foo.mod

to compile and link:

  gm2 foo.mod

If you really only want to link your program module then use:

  gm2 -fonlylink foo.mod

hopefully these changes will closer match new users expectations of the
gm2 front end

regards,
Gaius

   * gm2/lang-specs.h:  modified so that gm2 foo.mod will
     both compile and link file foo.mod.
   * gm2/lang.opt:  modified description of -fonlylink
     (removed internal usage).
   * gm2/gm2.texi:  changed compile commands in the
     hello world example to start with the simpler
     gm2 -g hello.mod.
   * gm2/gm2.texi:  replaced @filename with @file.
   * gm2/bnf/gm2m.bnf:  modified M2L to use -fonlylink.
   * gm2/examples/gravity/Makefile.in:  use -fonlylink.
   * gm2/examples/swig/exceptions/Makefile.in:  use -fonlylink.
   * gm2/examples/swig/strlib/Makefile.in:  use -fonlylink.
   * gm2/examples/swig/tiny/Makefile.in: use -fonlylink.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]