|
-bash-2.05b$ patch -Np1 -i ../gcc-3.2.patch &&
> patch -Np1 -i ../gcc-3.2-nofixincludes-2.patch &&
> mkdir ../gcc-build &&
> cd ../gcc-build &&
> ../gcc-3.2/configure --prefix=/static \
> --disable-nls --disable-shared &&
> echo "#define HAVE_GAS_HIDDEN 1" >> gcc/auto-host.h &&
> make BOOT_ldflags=static bootstrap &&
> make prefix=$lfs/static install &&
> ln -s gcc $lfs/static/bin/cc
patching file gcc/calls.c
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file gcc/calls.c.rej
patching file gcc/calls.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file gcc/calls.c.rej
patching file gcc/config/i386/i386.h
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file gcc/config/i386/i386.h.rej
patching file gcc/expr.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file gcc/expr.c.rej
-bash-2.05b$ |
|