[fedora-arm] nacl-gcc

2012-12-13 Thread David Rusling
All, I'm rebuilding things on F18, the good news is that the webrtc fixes are the same. Anyone know what the bootstrap variable in nacl-gcc.spec is for? If < 1 it pulls in nacl-newlib which, in turn, depends on nacl-gcc (and doesn't have a bootstrap variable / mode) Dave David

Re: [fedora-arm] nacl-gcc

2012-12-13 Thread Peter Robinson
I suspect the bootstrap if set to 1 will use pre-built binaries in the source tarball to build the initial package set and then you turn it off and bump the release so that it will rebuild the fedora binaries using the fedora binaries. Peter On Thu, Dec 13, 2012 at 2:15 PM, David Rusling wrote:

Re: [fedora-arm] nacl-gcc

2012-12-13 Thread David Rusling
Peter, yes, I thought that, but I can't find any reference to nacl-newlib in gcc-nacl... Dave On 13 Dec 2012, at 14:18, Peter Robinson wrote: > I suspect the bootstrap if set to 1 will use pre-built binaries in the > source tarball to build the initial package set and then you turn it >

Re: [fedora-arm] nacl-gcc

2012-12-13 Thread Tom Callaway
On 12/13/2012 09:15 AM, David Rusling wrote: > All, > I'm rebuilding things on F18, the good news is that the webrtc fixes are > the same. Anyone know what the bootstrap variable in nacl-gcc.spec is > for? If < 1 it pulls in nacl-newlib which, in turn, depends on > nacl-gcc (and doesn't have a