On Sat, 13 Jan 2001 07:33:47 -0400, 
"Garst R. Reese" <[EMAIL PROTECTED]> wrote:
>gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
>-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
>-march=i586    -DEXPORT_SYMTAB -c ksyms.c
>In file included from /usr/src/linux/include/linux/modversions.h:93,
>                 from /usr/src/linux/include/linux/module.h:21,
>                 from ksyms.c:14:
>/usr/src/linux/include/linux/modules/i386_ksyms.ver:76: warning: `cpu_data' redefined

  cd /usr/src/linux/kernel
  gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes \
        -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe \
        -mpreferred-stack-boundary=2 -march=i586 \
        -DEXPORT_SYMTAB -c ksyms.c -E > /var/tmp/ksyms.i

Compress /var/tmp/ksyms.i and mail it to me (not the list).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to