rpmbuild --target=i686 on x86_64 fails in configure

John Reiser jreiser at bitwagon.com
Sat Apr 14 15:20:38 UTC 2012


> What should I do to make rpmbuild work for --target=i686?

Does this work:
   export CC="gcc -m32"
   rpmbuild -ba --target=i686 ...

-- 


More information about the test mailing list