SOLVED: 2.6.9 BK build broken

From: Matthias Andree
Date: Tue Oct 19 2004 - 04:24:50 EST


On Mon, 18 Oct 2004, Linus Torvalds wrote:

> I bet the thing is fixed by changing the
>
> #define __builtin_warning(x, ...) (1)
>
> into
>
> #define __builtin_warning(x, y...) (1)

Indeed it is. I just did bk pull and found that
torvalds@xxxxxxxxxxxxxxx|ChangeSet|20041019071619|06021
compiles fine on gcc-3.3.4, 3.4.2 and SuSE's gcc-3.3.3-41.

Thank you.

--
Matthias Andree
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/