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: disable thread-safe Âmpfr?


David,
All,

On the move, so using some kind of broken webmail agent... :-(

> "David Duverney" <d.duverney@technomark.fr> wrote:
> Maybe something wrong in 100-libelf.sh
> 
>     "${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure"   \
>         --build=${CT_BUILD}                                 \
>         --host=${CT_ TARGET }                                 \
>         --target=${CT_TARGET}                               \
> 
> Shouldn't be --host==${CT_HOST} ?

Nope. libelf is to be build on the build system: --build=${CT_BUILD} ,
run on the target: --host=${CT_TARGET} , and interpret code for the
target: --target=${CT_TARGET} .

Regards,
Yann E. MORIN.


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