Thanks Evan and Antoine. That did the trick. I'll update the docs, too. On Sat, Dec 19, 2009 at 8:27 PM, Antoine Labour <[email protected]> wrote:
> > > On Sat, Dec 19, 2009 at 7:06 AM, Evan Martin <[email protected]> wrote: > >> On Sat, Dec 19, 2009 at 6:59 AM, Kevin Millikin <[email protected]> >> wrote: >> > I'm trying to build Linux 32-bit on 64-bit Ubuntu 8.04. >> > The closest think I've found >> > is http://code.google.com/p/chromium/wiki/LinuxBuild32On64 , but unless >> I'm >> > just missing it, that doesn't seem to have actual build instructions. >> >> Yuck, it looks like the docs skewed. >> >> From the main build docs: >> On a 64-bit system, set GYP_DEFINES=target_arch=x64 and regenerate the >> Makefiles by doing gclient runhooks --force. >> >> Try setting that to ia32 instead (?) and see if that works. (Check if >> gyp generates chrome/chrome.target.mk with an "-m32" flag.) If so, >> can you update those docs? >> > > I've built it recently, GYP_DEFINES=target_arch=ia32 is the thing. > I'm thinking that the chromeos buildbot keeps it honest, but I may be wrong > and maybe it uses a 32-bit distro to build. > > Antoine > -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
