크로스컴파일 gcc 1단계 컴파일 에서 --with-float=soft 옵션때문에 오류가나네요

…/gcc-3.4.6/configure --prefix=${PREFIX} --target=${TARGET} --enable-languages=c --with-sysroot=${SYSROOT} --without-fp --with-softfloat-support=internal --with-newlib --disable-threads --disable-shared --enable-static --with-inhibit-libc --with-float=soft
이렇게 configure 과정을 하니

checking for a BSD compatible install… /usr/bin/install -c
*** This configuration is not supported in the following subdirectories:
target-libstdc+±v3 target-libf2c target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc
(Any other directories should still work fine.)

configure 과정에서 메세지가 나오구요…

make 컴파일 중에
This target does not support --with-float.
make: *** [configure-gcc] 오류 1
이렇게 오류가 나네요…어떤 유틸을 설치해야하나요?

[quote:n73whvir]
This target does not support --with-float.
[/quote:n73whvir]

이 타겟(CPU)는 --with-float는 지원하지 않습니다…

다른 옵션으로 대체하던지 빼셔야합니다.

크로스 컴파일러가 그 타겟에 최적화 된게 아닌가 보군요…