Re: [swift-dev] Cross-compiling (nearly) everything for RPi from OSX

2016-05-13 Thread Karl via swift-dev
So, while working on this I’ve found some cases where build-script-impl is a bit sloppy about naming: we use the term “deployment target” quite a lot, both when talking about hosts for the swift compiler and standard library targets. This leads to weird parts of the script - like in testing, whe

Re: [swift-dev] Cross-compiling (nearly) everything for RPi from OSX

2016-05-11 Thread Karl via swift-dev
> On 10 May 2016, at 04:11, Karl Wagner wrote: > > I’ve managed to cross-compile the swift tools for the Raspberry Pi from OSX. > > I thought I’d share my changes. Branch is here: > https://github.com/karwa/swift . I’ll work on > merging it soon. > > The only

Re: [swift-dev] Cross-compiling (nearly) everything for RPi from OSX

2016-05-10 Thread Karl Wagner via swift-dev
> On 10 May 2016, at 04:11, Karl Wagner wrote: > > I’ve managed to cross-compile the swift tools for the Raspberry Pi from OSX. > > I thought I’d share my changes. Branch is here: > https://github.com/karwa/swift . I’ll work on > merging it soon. > > The only

Re: [swift-dev] Cross-compiling (nearly) everything for RPi from OSX

2016-05-09 Thread Dmitri Gribenko via swift-dev
On Mon, May 9, 2016 at 7:11 PM, Karl Wagner via swift-dev wrote: > Does anybody (or any bots) install directly from the build script? Yes, that's how all Swift builds are done. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ ___ swift-dev mailing list