On Tue, Sep 26, 2000 at 08:20:49AM +0200, Michael N. Lipp wrote:
> Hi,
>
> I can't compile the latest linux kernel with the latest gcc due to a
> strange define in checksum.S. The gcc preprocessor complains about
> the usage of elipses in the macros
>
> #define SRC(y...) \
>
Hi,
I can't compile the latest linux kernel with the latest gcc due to a
strange define in checksum.S. The gcc preprocessor complains about
the usage of elipses in the macros
#define SRC(y...) \
: y;\
.section __ex_table, "a";
2 matches
Mail list logo