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 \
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
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
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'
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
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
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
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
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