Skip to content
Lydux edited this page Sep 6, 2012 · 2 revisions
# 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
Clone this wiki locally