specs patch

2006-06-20 Thread Robert Connolly
Hi. I don't seriously expect these hideous commands to be added to the book, but they should be usefull with future gcc versions to make a new patch quickly. We can replace the specs patch with the following commands: find gcc/config/ -name "*linux*.h" | xargs sed -e \

Re: gcc-4.1.0 specs patch

2006-03-29 Thread Chris Staub
Fahrenheit wrote: Hi all, i've updated the gcc specs patch to be useable with version 4.1.0 of gcc. as for as i can see it works ok. the file is here: http://pwp.netcabo.pt/fahrenheit/gcc-4.1.0.specs1.patch Thansks, but there's already a specs patch for GCC 4.1.0 in the LFS pa

gcc-4.1.0 specs patch

2006-03-29 Thread Fahrenheit
Hi all, i've updated the gcc specs patch to be useable with version 4.1.0 of gcc. as for as i can see it works ok. the file is here: http://pwp.netcabo.pt/fahrenheit/gcc-4.1.0.specs1.patch -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.or

Re: gcc specs patch

2006-03-26 Thread Andrew Benton
Dan Nicholson wrote: I prefer the sed as well, but I believe you've made more of it than needs be. Certainly we don't need to adjust i386/gnu.h unless this project is being converted to "Hurd from Scratch". :-) He he, thanks for that. It just goes to show that I don't know what I'm doing. I'

Re: gcc specs patch

2006-03-26 Thread Dan Nicholson
x27;ve made more of it than needs be. Certainly we don't need to adjust i386/gnu.h unless this project is being converted to "Hurd from Scratch". :-) DIY has been using this for as long as I've been around: sed -i.bak \ "s@/lib/[EMAIL PROTECTED]&@" gcc/co

Re: gcc specs patch

2006-03-26 Thread Alexander E. Patrakov
Andrew Benton wrote: Hello World. The gcc-specs patch seems to patch a lot of files that are architecture specific. It seems to me that most of these archs are covered by cross-LFS and LFS focuses mainly on i386. For i386 the gcc specs patch can be replaced with these commands # link to /tools

gcc specs patch

2006-03-26 Thread Andrew Benton
Hello World. The gcc-specs patch seems to patch a lot of files that are architecture specific. It seems to me that most of these archs are covered by cross-LFS and LFS focuses mainly on i386. For i386 the gcc specs patch can be replaced with these commands # link to /tools/lib cp gcc/config/sh

Re: x86-64 pure64 gcc specs patch

2005-09-23 Thread Jim Gifford
Doug Ronne wrote: In section 10.6. GCC-4.0.1, the book says to patch -Np1 -i ../gcc-4.0.1-pure64-1.patch but the patch in the additional patches download section is http://www.linuxfromscratch.org/patches/downloads/gcc/gcc-4.0.1-pure64_specs-1.patch -Doug Actually the patch is gcc-4.0.1-p

x86-64 pure64 gcc specs patch

2005-09-23 Thread Doug Ronne
In section 10.6. GCC-4.0.1, the book says to patch -Np1 -i ../gcc-4.0.1-pure64-1.patch but the patch in the additional patches download section is http://www.linuxfromscratch.org/patches/downloads/gcc/gcc-4.0.1-pure64_specs-1.patch -Doug -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev F