gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: open-axiom builds on mingw32


From: Gabriel Dos Reis
Subject: [Gcl-devel] Re: open-axiom builds on mingw32
Date: Sat, 27 Nov 2010 20:15:03 -0600

Hi Camm,

One more issue/request:  At the moment compiler::*ld* does not -just-
designate the linker.  It contains also flags (and arguments) to the
linker proper.  I believe that should be splitted as follows:

  -- compiler::*ld*: a string that designates the name of the linker

  -- compiler::*ld-flags*" a string (or list of string?) that holds
                  necssary arguments to the linker

Otherwise, it is almost impossible to test cross-builds that use
a linker different from the host linker (or use a custom
linker, e.g. "g++" instead of "gcc") with GCL.

The same issue holds for compiler::*cc* too.

Thanks,

-- Gaby



reply via email to

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