On 09/02/2009 10:57 PM, Shawn Eary wrote: > Perhaps, I am having trouble reading instructions again. > > When I compile Glibc on pass 1 (Section 5.7.1) , I get and error > stating that my -mtune switch value is bad, but when I look in my > config.parms file, it shows: > CFLAGS += -march=i486 -mtune=native > just like the case code in the third box of 5.7.1 indicates it should be. > > Do you think I should skip the specification of this case statement in > the third box of 5.7.1 and let the configre script guess my > architechture or should I try -march=pentium and -mtune=pentium? >
That command works fine if you have been following the directions so far. If you are getting that error it means you've missed something. What do "echo $PATH" and "ls /tools/bin" output? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page