Re: compiling libgomp separately

2009-08-02 Thread Jim Wilson
On 08/01/2009 04:28 AM, Robert Oeffner wrote: I'm trying to port GCC 4.4.0 to interix. I have some issues with libgomp. To save time rather than bootstrapping GCC each time I make a change I would like to compile libgomp separately to make my amendments take effect. Configure with --disable-boo

Re: compiling libgomp separately

2009-08-01 Thread Dave Korn
Robert Oeffner wrote: > Hi, > I'm trying to port GCC 4.4.0 to interix. I have some issues with > libgomp. To save time rather than bootstrapping GCC each time I make a > change I would like to compile libgomp separately to make my amendments > take effect. So I copied gcc-4.4.0/libgomp/ to a separa

compiling libgomp separately

2009-08-01 Thread Robert Oeffner
Hi, I'm trying to port GCC 4.4.0 to interix. I have some issues with libgomp. To save time rather than bootstrapping GCC each time I make a change I would like to compile libgomp separately to make my amendments take effect. So I copied gcc-4.4.0/libgomp/ to a separate folder mylibgomp/ and fro