At Fri, 18 May 2007 15:42:07 +0200, Gunter Ohrner wrote:
Takashi Iwai wrote:
checking for processor type... mcore2
OK, then at least it's something else. Could you attach config.log with mcore2?
Attached.
I called this configure explicitely specifying an mcore2-compiled 2.6.20.4 kernel source tree as I'm currently running a Pentium M compiled 2.6.21.1 kernel.
Thanks. Could you try the patch below?
Takashi
diff -r cbf6ee3d6e14 configure.in --- a/configure.in Fri May 18 14:38:11 2007 +0200 +++ b/configure.in Fri May 18 16:15:17 2007 +0200 @@ -1214,7 +1214,7 @@ esac
dnl set ia32 (X86) case "$processor" in - i?86*|k?|crusoe|mcyrixiii|mwinchip|viac3_2) + i?86*|k?|crusoe|mcyrixiii|mwinchip|viac3_2|mcore2|geodegx*) if $KCC -mpreferred-stack-boundary=2 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then c_opts="-mpreferred-stack-boundary=2 $c_opts" CONFIG_X86=y