Re: [rust-dev] [ANN] Rust ported to DragonFlyBSD

2014-07-30 Thread Rob Latham
On Wed, Jul 30, 2014 at 8:44 AM, Michael Neumann mneum...@ntecs.de wrote: Am 29.07.2014 um 20:37 schrieb Rob Latham: what other errors were you encountering with the --target approach? When building the related C libraries you also need to specify the --sysroot to point to the DragonFly tree

Re: [rust-dev] [ANN] Rust ported to DragonFlyBSD

2014-07-29 Thread Rob Latham
After trying to cross-compile Rust by specifying --target x86_64-pc-dragonfly-elf to Rust’s own configure script and spending numerous hours just to note that the build fails... Howdy, fellow crazy cross-compiling person. Did you by any chance come across my message from a week or so ago? One

[rust-dev] adding a new cross-compile target

2014-07-20 Thread Rob Latham
I probably picked the exact wrong project for diving into rust, but I'd like to teach rust how to build powerpc64-bgq-linux binaries. I've got a powerpc64-bgq-linux toolchain. I added this stanza to mk/platforms.mk, but cribbed from other platforms. Did I leave out any important settings? %