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]

Re: mini-ct: configuring and building binutils


On Sat, 2007-05-05 17:26:24 -0400, Robert P. J. Day <rpjday@mindspring.com> wrote:
> 
>   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

I don't use the `all' and `install' targets, but
{all,install}-{gas,ld,binutils} to be able to build exactly that even
from their CVS sources. (If you'd do `all' there, it would build a ton
of supplemental tools and libraries that are also in the source
tree--and totally unneeded...)

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:               TrÃume nicht von Dein Leben: Lebe Deinen Traum!
the second  :

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]