On Mon, 2010-03-15 at 08:57 +0100, Szabolcs Gyalókay wrote: > With glibc configparms does he mean this expression?: > > case `uname -m` in > i?86) echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms ;; > esac > Because I'm not sure that this even works on x86_64. I don't have > anything in configparms after this is executed.
You're right, it doesn't do anything on x86_64, but on x86 it writes that line to the file. That's the point - it's something done differently depending on whether you're running x86 or x86_64. Simon.
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
