On Wed, 2010-03-31 at 12:05 -0400, Kaleb Hosie wrote:
> I'm having some issues with installing glibc while following the instructions 
> on chapter 5.7.
> 
> >From what I understand from the instructions, I made the file:
> /mnt/lfs/sources/glibc-build/configparms
> 
> In the configparms file, I should have the following text:
> case `uname -m` in
>   i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;;
> esac
...
> Have I understood the instructions correctly? Thanks for your help!

You've misunderstood it - the lines are a command to be run to create
the configparms file, not the contents to be added to it.

Basically it means that if your system matches i?86 (i.e it's an x86
processor in 32-bit mode), write the string "CFLAGS += -march=i486
-mtune=native" to the configparms file - otherwise do nothing.

Simon.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to