Re: [swift-corelibs-dev] [swift-dev] [RFC] Toolchain based build process

2016-06-10 Thread Karl via swift-corelibs-dev
We can’t separate building for ‘Build’ and building for an arbitrary ‘Host’. For those who don’t know, this is how cross-compiling works with Swift (this isn’t off-topic, I’m going to bring it back firmly to this proposal): Currently, when you install the compiler, the standard library is in (p

Re: [swift-corelibs-dev] [swift-dev] [RFC] Toolchain based build process

2016-06-03 Thread Saleem Abdulrasool via swift-corelibs-dev
On Wed, Jun 1, 2016 at 2:18 PM, Daniel Dunbar via swift-dev < swift-...@swift.org> wrote: > Hi all, > > The current build process for the overall Swift project (i.e., the > compiler + associated projects like Foundation, XCTest, and SwiftPM) relies > on each project having dependencies on the buil

Re: [swift-corelibs-dev] [swift-dev] [RFC] Toolchain based build process

2016-06-03 Thread Daniel Dunbar via swift-corelibs-dev
> On Jun 3, 2016, at 1:14 PM, Saleem Abdulrasool wrote: > > On Wed, Jun 1, 2016 at 2:18 PM, Daniel Dunbar via swift-dev > mailto:swift-...@swift.org>> wrote: > Hi all, > > The current build process for the overall Swift project (i.e., the compiler + > associated projects like Foundation, XCTe