[FFmpeg-cvslog] r17827 - in trunk: common.mak configure

Måns Rullgård mans
Thu Mar 5 23:42:14 CET 2009


Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:

> On Thu, Mar 05, 2009 at 09:59:19PM +0000, M?ns Rullg?rd wrote:
>> Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:
>> 
>> > On Thu, Mar 05, 2009 at 10:20:01PM +0100, mru wrote:
>> >> @@ -1140,6 +1142,7 @@ shlibdir_default="$libdir_default"
>> >>  
>> >>  # toolchain
>> >>  ar="ar"
>> >> +as_default="gcc"
>> >
>> > Am I the only one who things this is a really, really bad name? I would
>> > expect "as" to refer to the "as"/"gas" program, not gcc...
>> 
>> What would you suggest instead?
>
> asm_cc ? The way you use it it basically seems to be the C
> compiler to be used for ASM code

The .S files need to be run through the C preprocessor, which is why
gcc is used.

> (even if it is only used for the .S files for now, I'd expect it
> would make sense to use it for files with lots of inline asm, too).

I hadn't thought of that option.  It would require a bit more makefile
hackery to make it work though.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list