On 21.01.2013 02:28, Luca Barbato wrote: > On 20/01/13 23:32, Matthias Räncker wrote: >> - check_64bit x86_32 x86_64 'sizeof(void *) > 4' >> + check_64bit x86_32 'x86_64 x86_64_x64' 'sizeof(void *) > 4' >> + if test "$subarch" = "x86_32"; then >> + check_64bit x86_32 'x86_64 x86_64_x32' ' >> + #if defined __x86_64__ && defined __ILP32__ >> + 1 >> + #endif >> + ' > > Checking for __x86_64__ alone isn't enough? You know already it is > __ILP32__ from the previous check I think.
It should be except for pathological non-*unix systems. Originally I put this check before testing for x64, so I went by the book. Matthias _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
