On 11/1/07, 吴愚 <[EMAIL PROTECTED]> wrote:
>
> When I came to Chapter 6.10 of LFS6.3 (Re-adjusting the Toolchain),
> after typed this command,
>
> gcc -dumpspecs | sed \
> -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED]' \
> -e '/\*startfile_prefix_spec:/{n;[EMAIL PROTECTED]@/usr/lib/ @}' \
> -e '/\*cpp:/{n;[EMAIL PROTECTED]@ -isystem /usr/[EMAIL PROTECTED]' > \
> `dirname $(gcc --print-libgcc-file-name)`/specs
>
> it told me that
> gcc:unrecognized option '-mutune=pentiumpro'
>
> Didn't I compile gcc successfully or I didn't configure it right?
>
> Thanks~
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>Seems like a typo somewhere...it should be '-mtune' no?
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
