[Aldor-l] OUTFLAG in aldor/tools/unix/Makefile
David Casperson
casper at unbc.ca
Wed Jul 23 14:39:48 EDT 2008
ldragan at aldor.org, on 2008-07-23, you wrote:
> Date: Wed, 23 Jul 2008 12:53:33 -0400
> From: ldragan at aldor.org
> To: David Casperson <casper at unbc.ca>
> Cc: aldor-l <aldor-l at aldor.org>
> Subject: Re: [Aldor-l] OUTFLAG in aldor/tools/unix/Makefile
>
> Hi David,
>
> I changed from -o to $OUTFLAG. I needed to do that to use the same
> makefiles for Windows build.
> I don't remember if I changed the spaces as well. Maybe MSVC doesn't like
> any space between /Fe
> and the file name and that is why a changed it.
>
> I used those Makefiles to build using gcc 4.x on Fedora and they worked. I
> haven't
> tried it with newer versions and I certainly didn't try it on OS X :).
Hmmm... looks like what I really need is access to a bunch of
platforms so that we can try the builds across them.
I'm guessing that what is correct here is
OUTFLAG="-o "
on everything but MSVC and
OUTFLAG="/Fe"
for it. Are there versions of Make that don't evaluate (strip
quotes) on the right hand side of assignments?
David
More information about the Aldor-l
mailing list