…/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
이렇게 오류가 나네요…어떤 유틸을 설치해야하나요?