Hello!
On Thu, Dec 20, 2007 at 12:20:43PM +0530, Shakthi Kannan wrote:
> - On Dec 20, 2007 2:54 AM, Thomas Schwinge <[EMAIL PROTECTED]> wrote:
> | What
> | does a ``cd $GCC_SRC/ && svn diff'' tell? Does the output look like my
> | patch file?
> \--
>
> I enter into root/src/gcc and do svn di
Hi,
- On 12/20/07, Shakthi Kannan <[EMAIL PROTECTED]> wrote:
| I enter into root/src/gcc and do svn diff and it doesn't return
| anything.
\--
Yes, the patch is not getting applied. "apply_gcc_patches" doesn't
work in the Makefile.
Anyways, I wrote the Makefile to get an understanding of the
Hi,
- On Dec 20, 2007 2:54 AM, Thomas Schwinge <[EMAIL PROTECTED]> wrote:
| What
| does a ``cd $GCC_SRC/ && svn diff'' tell? Does the output look like my
| patch file?
\--
I enter into root/src/gcc and do svn diff and it doesn't return
anything. I am using Debian Etch on x86.
SK
--
Shakth
Hello!
On Tue, Dec 18, 2007 at 08:40:51PM +0530, Shakthi Kannan wrote:
> The gcc 4.2 patch gets applied
I'm not so sure about that, because...
> /home/foo/root/src/gcc/gcc/builtins.def:177: error: 'OPTION_GLIBC'
> undeclared (first use in this function)
... this is exactly how it fails if the p
Hi,
I am trying to build the toolchain for Hurd with gcc 4.2 sources. Here
is the customized Makefile.
http://shakthimaan.com/downloads/hurd/toolchain/Makefile-gcc-4-2.txt
The gcc 4.2 patch gets applied, but, it fails at:
=== BEGIN OUTPUT ===
In file included from /home/foo/root/src/gcc/gcc/c-c