Re: cross builds.
[email protected] Tue, 17 Feb 2009 13:15:20 -0800 (PST)
| Newsgroups | gmane.os.netbsd.ports.hpcmips |
|---|---|
| Message-ID | <[email protected]> |
--- On Tue, 2/17/09, Andy Ruhl <[email protected]> wrote: > I don't build software on the Mobilepro, it's way > too slow. I either > cross build on a desktop or just build stuff natively on my > Cobalt and > use it on the Mobilepro. I've read the pkgsrc hints at doing builds with a cross compiler. Although most GNU configure tests will work with a cross compiler, there's still several that simply require running a native binary. An example would be the byte alignment test in perl5 or libnet10. Have you run into many issues using a cross compiler for pkgsrc builds? I was strongly leaning toward that direction when I finally get around to doing my 5.0 userland as it would GREATLY speed things up. -S-