ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] does setting env var of CROSS_COMPILE in ltib 6.4.1 cause pro


From: Robert P. J. Day
Subject: Re: [Ltib] does setting env var of CROSS_COMPILE in ltib 6.4.1 cause problems?
Date: Tue, 9 Dec 2008 03:36:36 -0500 (EST)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)

On Tue, 9 Dec 2008, Stuart Hughes wrote:

> Hi Robert,
>
> Yes this will cause problems.  Later version unset this within the ltib
> script.  You can add this to 6.4.1:
>
> # setup basic path to parts we will install
> $ENV{PATH} =  "$cf->{defpfx}/usr/bin:$cf->{path_std}";
>
> +# remove possible CROSS_COMPILE prefix that could mess up spoofing
> +delete $ENV{CROSS_COMPILE};
>
> Regards, Stuart

  thanks.  or i could just browbeat people here into upgrading to the
latest version.  :-)

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]