On Friday 23 May 2008 09:16:05 Lukas Oboril wrote: > %ifarch i386 ? ? ? ? ? ? ? ? ? ?### this is defined in pkgtool > ok > %if %has_sse2 ? ? ? ? ? ? ? ?### this is defined above > ok > %define _TARGET_ARCH -xtarget=pentium4 -m32 -xarch=sse2 -xchip=pentium4 > -xcache=8/64/4:256/128/8 > %else ? ? ? ? ? ? ? ? ? ? ? ? ? ?### here is wrong, because this 'else' is > pair with %ifarch i386 not %if
Do ifs just not nest, or what? Anyway, this can be changed to a bunch of comments so that people who *want* unsupported flags know where to find them.
