Hi there,
I've done a linuxfromscratch installation and now i'm trying to
install some packages from the "beyond-linuxfromscratch" book. At the
moment it's alsa's turn. However, it's not cooperating. When compiling
alsa-driver-0.9.1 i get the following:
../../alsa-kernel/pci/trident/trident_memory.c:468: Internal
compilation error in extract_insn, at recog.c:2148
I've been checking the web and the problem seems to be my compiler
(gcc 3.2) in combination with my compiler-flags (CFLAGS=-O3
-march=k6-2, CXXFLAGS=-O3 -march=k6-2).
So i've tried to alter them. First "-O2 -march=k6-2" then "-O2
-march=i586 -mcpu=i686 (looks weird but should work). But when
compiling i still see strings of "-O2 -march=k6"
How come alsa doesn't use my "new" compiler-flags?
Thanks,
Rolf Deenen