error with compilation: Error: unrecognized option -mauto-it

hello,
I have problem with compiling kernel according to:
http://beagleboard.org/linux
when I try make uImage:

make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- -j4 uImage dtbs

What is mean: Error: unrecognized option -mauto-it ???

Logs:

HOSTCC scripts/dtc/dtc.o
HOSTLD scripts/genksyms/genksyms
HOSTCC scripts/dtc/flattree.o
CC scripts/mod/empty.o
Assembler messages:
Error: unrecognized option -mauto-it
make[2]: *** [scripts/mod/empty.o] Błąd 1
make[1]: *** [scripts/mod] Błąd 2
make[1]: *** Oczekiwanie na niezakończone zadania…
HOSTCC scripts/dtc/fstree.o
HOSTCC scripts/dtc/livetree.o
HOSTCC scripts/dtc/srcpos.o
HOSTCC scripts/dtc/treesource.o
HOSTCC scripts/dtc/util.o
HOSTCC scripts/dtc/dtc-lexer.lex.o
HOSTCC scripts/dtc/dtc-parser.tab.o
HOSTLD scripts/dtc/dtc
make: *** [scripts] Błąd 2
make: *** Oczekiwanie na niezakończone zadania…

Please help me to solve the problem. Thanks :slight_smile: