새로운 cross-compiler(GCC 3.3.4)로 커널 컴파일 도중 아래와 같은 에러 메세
지가 납니다.
어떻게 해결해야 할 지 모르겠네요..
도움 부탁드립니다. 참고로 호스트는 FC3을 사용중입니다.

[root@localhost linux-2.4.19-x5-v07]# make zImage
arm-linux-gcc -D__KERNEL__ -I/var/data/project/ez-x5/kernel/linux-2.4.19-
x5-v07/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-
aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32 -
D__LINUX_ARM_ARCH__=5 -mcpu=xscale -mtune=xscale -mshort-load-bytes -
msoft-float -Uarm -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
as: unrecognized option `-mcpu=xscale'
make: *** [init/main.o] Error 2