mit-scheme-devel
[Top][All Lists]
Advanced

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

[MIT-Scheme-devel] Re: Possibly typo in makefile.in?


From: Joe Marshall
Subject: [MIT-Scheme-devel] Re: Possibly typo in makefile.in?
Date: Thu, 19 Aug 2010 10:42:20 -0700

Followup 2.

It turns out that there is no autoconf macro for checking for the assembler.
Since this is starting to look like it is leading down a rat hole, I'm going
to punt and just leave everything alone.

On Thu, Aug 19, 2010 at 9:46 AM, Joe Marshall <address@hidden> wrote:
> Followup.  The actual fix would be in
> src/microcode/makegen/Makefile.in.in
>
>
> On Thu, Aug 19, 2010 at 9:43 AM, Joe Marshall <address@hidden> wrote:
>> In src/microcode/Makefile.in there is this section:
>>
>> CC = @CC@
>> CCLD = @CCLD@
>> M4 = $(srcdir)/makegen/m4.sh @M4@
>> AS = as
>> TAR = tar
>> GZIP_ENV = --best
>>
>> I *think* that the AS definition ought to be  AS = @AS@
>> but I wanted to check before I `fixed' it.  (I'm running an
>> alternative assembler and I noticed that it was getting the wrong one.)
>>
>> Is this a good fix, or will it break something?
>>
>> --
>> ~jrm
>>
>
>
>
> --
> ~jrm
>



-- 
~jrm



reply via email to

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