[mpls-linux-general] Architecture is not included i386
Status: Beta
Brought to you by:
jleu
|
From: Khac N. <ktn...@co...> - 2005-12-01 15:26:55
|
Hi James:
I had another problem with architecture i386 not included in the spec
file.
This happened when I tried to build the kernel 2.6.9 from the src.rpm
package
kernel-2.6.9-1.6_FC2mpls_1_946a.src.rpm
[khac@localhost SPECS]$ rpmbuild -ba kernel-2.6.spec
error: Architecture is not included: i386
Will it work if I add i386 in the kernel-2.6.spec file?
%define all_x86 i586 i686 (original)
%define all_x86 i586 i686 i386 (modified)
|