Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-09 Thread Unga
--- On Wed, 10/8/08, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > If you still have CVS tree available, you can do 'cvs > diff -rFSF' in > contrib/gcc and apply the patches to files gcc-4.2.1/gcc. > Hi Alexander Here is how I made the patch: cd ~ mkdir -pv freebsd cd freebsd cvs -d [EMAIL PROT

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-08 Thread Alexander Kabaev
On Tue, 7 Oct 2008 20:25:03 -0700 (PDT) Unga <[EMAIL PROTECTED]> wrote: > --- On Wed, 10/8/08, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > > > > > If you still have CVS tree available, you can do 'cvs > > diff -rFSF' in > > contrib/gcc and apply the patches to files gcc-4.2.1/gcc. > > > > Hi

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-08 Thread Peter Jeremy
On 2008-Oct-07 02:06:03 -0700, Unga <[EMAIL PROTECTED]> wrote: >Now I unpacked the gcc-4.2.1.tar.bz2 into some other directory and applied >this FreeBSD-gcc.patch. Ran configure and compiled. It develop following error: >../../gcc-4.2.1/gcc/c-format.c:1780: error: 'flag_format_extensions' >undecl

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-07 Thread Unga
--- On Wed, 10/8/08, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > > If you still have CVS tree available, you can do 'cvs > diff -rFSF' in > contrib/gcc and apply the patches to files gcc-4.2.1/gcc. > Hi Alexander, thanks for the reply. I'm new to 'cvs diff -rFSF'. I need to do more home work

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-07 Thread Alexander Kabaev
On Mon, 6 Oct 2008 06:19:34 -0700 (PDT) Unga <[EMAIL PROTECTED]> wrote: > Hi all > > I need to patch the gcc original sources to suit the FreeBSD, > specially to support FreeBSD kernel compilation. I have tried it, > spent lot of time, but it still develops compilation errors. > > The FreeBSD st

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-07 Thread Unga
--- On Tue, 10/7/08, Peter Jeremy <[EMAIL PROTECTED]> wrote: > On 2008-Oct-06 06:19:34 -0700, Unga > <[EMAIL PROTECTED]> wrote: > >The FreeBSD stable comes with gcc-4.2.1 but the sources > are scattered > >over the /usr/src, therefore, I find it difficult to > re-create the > >gcc-4.2.1 to its or

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-06 Thread Peter Jeremy
Please wrap your mail before 80 columns. On 2008-Oct-06 06:19:34 -0700, Unga <[EMAIL PROTECTED]> wrote: >The FreeBSD stable comes with gcc-4.2.1 but the sources are scattered >over the /usr/src, therefore, I find it difficult to re-create the >gcc-4.2.1 to its original directory layout to make a

Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-06 Thread Unga
Hi all I need to patch the gcc original sources to suit the FreeBSD, specially to support FreeBSD kernel compilation. I have tried it, spent lot of time, but it still develops compilation errors. The FreeBSD stable comes with gcc-4.2.1 but the sources are scattered over the /usr/src, therefore