kevin diggs <diggskevin38@xxxxxxxxx> writes: > as: unrecognized option `-m68020' > > How do I tell it to use the binutils installed in > /opt/cross/q700/binutils-2.16.1? 3.4.6 does not have the > --with-build-time-tools= configure option. I put > yadda/yadda/binutils-2.16.1/bin in my path but that did not seem to > help? When you configure the binutils and gcc, use the same --prefix argument. First configure and install the binutils, then configure gcc. If you do that, it should all just work. Ian