This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
# bld-binutils.sh # Run me first.
export TARGET=m68k-coff export PREFIX=/usr/local/m68k-4.3.2 export PATH=$PREFIX/bin:$PATH
if [ ! -d bld-binutils ] ; then mkdir bld-binutils ; fi rm -r bld-binutils/* tar jxvf binutils-2.16.tar.bz2
cd binutils-2.16 make distclean cd ..
# bld-gmp.sh # Run me 2ond.
export PREFIX=/usr/local/m68k-4.3.2 export PATH=$PREFIX/bin:$PATH
if [ ! -d bld-gmp ] ; then mkdir bld-gmp ; fi rm -r bld-gmp/* tar jxvf gmp-4.2.tar.bz2
-- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |