[MPlayer-dev-eng] [PATCH] Paths for x86_64

Martin Braun braun12 at gmx.de
Mon Dec 27 18:58:50 CET 2004


Martin Braun wrote:
> I think there is a problem with the initialization of host_arch
> (see my previous posting). Fixing that would allow me to remove
> some confusing checks. I still do not understand why underscores
> have to be converted to hyphens. Is it safe to remove the
> conversion ?
> 
It looks like the conversion can not be removed. It can be used
to select special build options for pseudo processors like i586_i686:
--target=i586_i686-linux-* => -march=i586 -mcpu=i686
Since these targets are not autodetected it is ok that there is no
conversion of host_arch in that case. This means that you have to
check for both 'x86_64' and 'x86-64' in various places.

Greetings,

Martin




More information about the MPlayer-dev-eng mailing list