output of config.guess
$ gcc-4.1.0-20060219/config.guess
i686-pc-mingw32
$ arm-elf-gcc -v
Using built-in specs.
Target: arm-elf
Configured with: ../../gcc-4.1.0-20060219/configure
--enable-languages=c,c++ --with-cpu=arm7tdmi --enable-interwork
--enable-multilib --with-gcc --with-gnu-ld --with-gnu-as --with-stabs
--disable-shared --disable-threads --disable-win32-registry
--disable-nls --disable-debug --disable-libmudflap --disable-libssp
--target=arm-elf --with-newlib --prefix=e:/devkitPro/devkitARM -v
Thread model: single
gcc version 4.1.0 20060219 (prerelease) (devkitARM release 18)
built with binutils 2.16.1 and newlib 1.14.0
The resulting toolchain is building working binaries although slightly
larger than the previous 2.16.1, 4.0.2, 1.13.0 combination I was using.