[Mplayer-cvslog] CVS: main configure,1.476,1.477

Felix Buenemann atmosfear at users.sourceforge.net
Fri May 24 02:31:57 CEST 2002


On Friday 24 May 2002 02:19, Felix Buenemann wrote:
> On Thursday 23 May 2002 16:38, Alex Beregszaszi wrote:
> > +  ia64)
> > +    _def_arch='#define ARCH_IA64 1'
> > +    _target_arch='TARGET_ARCH_IA64 = yes'
> > +    _def_words_endian='#undef WORDS_BIGENDIAN'
> > +    iproc='ia64'
> > +    proc=''
> > +    _march=''
> > +    _mcpu=''
> > +    ;;
> > +
> > +  x86_64)
> > +    _def_arch='#define ARCH_X86_64 1'
> > +    _target_arch='TARGET_ARCH_X86_64 = yes'
> > +    _def_words_endian='#undef WORDS_BIGENDIAN'
> > +    iproc='x86_64'
> > +    proc=''
> > +    _march=''
> > +    _mcpu=''
> > +    ;;
> > +
>
> shouldn't the march and mcpu fields be filled out, I know that at least gcc
> 3.1 support c86-64 arch.
forget it, just looked at gcc info pages and it seems they don't need such 
switches (and don't have) as compiler is already compilign automagically for 
that system. However x86-64 accepts -m32 for 32bit code generation (i386 
compatible) and -m64 for 64bit code - I assume the latter is default so it 
should be ok.
-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list