Line 13:
Line 13:
<small>— [[User:Cactus|Cactus]] ([[User talk:Cactus|talk]] | [[Special:Contributions/Cactus|contribs]]) </small> 08:31, 23 January 2013 (MST)
<small>— [[User:Cactus|Cactus]] ([[User talk:Cactus|talk]] | [[Special:Contributions/Cactus|contribs]]) </small> 08:31, 23 January 2013 (MST)
+
+
#Suggested addition:
+
About making i386 packagex on a 64 bits build server:
+
The way you build for i386 on a x86_64 box using our makefile is to do the
+
following:
+
+
BUILDARCH=i386 make mockbuild
+
+
This works for everything except for kernel modules on SME <= 8.0. I'll have
+
to go through my notes for how to build kmods for i686 kernel using i386 config
+
file. These happen rarely enough that I ususally just submit to the buildsys
+
and then fix issues if there are any. (Shad)