We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# cd $HUMAN68K_TC_SRC # mkdir gcc-build # cd gcc-build # ../gcc-4.6.2-human68k/configure \ --prefix=$HUMAN68K_TC \ --target=human68k \ --disable-nls \ --disable-libssp \ --with-newlib \ --without-headers \ --enable-languages=c # make all install