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: [patch 4/4] Implement canadian build option


2009/6/22 Bart van der Meulen <bartvdrmeulen@gmail.com>:
> Hi Yann,
>
> Thanks for the comment,
>
> 2009/6/19 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>:
> "${CT_STATE_DIR}"
>>> @@ -303,10 +305,18 @@ if [ -z "${CT_RESTART}" ]; then
>>>
>>> ? ? ?# Prepare mangling patterns to later modify BUILD and HOST (see below)
>>> ? ? ?case "${CT_TOOLCHAIN_TYPE}" in
>>> + ? ? ? ?canadian)
>>> + ? ? ? ? ? ?CT_REAL_TARGET=${TARGET}
>>
>> CT_REAL_TARGET is used nowhere in the code. What was it for?
>>
>
> I'm not sure why i needed CT_REAL_TARGET in the first place I'll have
> too look into it
>

CT_REAL_TARGET is needed as define for the loop that detect and
installs the build tools. This define is used to detect the correct
versions of the tools when no prefix is specified in the configuration
There was however an error in the assignment instead of ${TARGET} it
should have been ${CT_TARGET},

Bart
>

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