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]

mini-ct: configuring and building binutils


  regardless of what happens later in the build process for a
toolchain, i should be relatively safe to configure and build binutils
with the following:

       ${BINUTILS_SRC_DIR}/configure \
                --host=${HOST} \
                --target=${TARGET} \
                --prefix=${PREFIX} \
                --with-sysroot=${SYSROOT_DIR} \
                --disable-nls

        make all install

(this would be, of course, after applying all of the relevant
patches.)

  is there any reason that something that simple wouldn't be the
correct approach in about 98% of situations?  are there any other
variations i might care about?

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

--
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]