This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG 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 to kernel.sh


Bernd, All,

On Saturday 20 October 2012 Bernd Becker wrote:
> a small bug in the current linux.sh script prevented me from building
> with crosstool.
> 
> diff -r 37831a33e07e scripts/build/kernel/linux.sh
> --- a/scripts/build/kernel/linux.sh     Tue Oct 16 20:57:44 2012 +0200
> +++ b/scripts/build/kernel/linux.sh     Sat Oct 20 10:57:53 2012 +0200
> @@ -60,7 +60,7 @@
>  # Extract kernel
>  do_kernel_extract() {
>      # If using a custom headers tree, nothing to do
> -    if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ]
> +    if [ "${CT_KERNEL_LINUX_USE_CUSTOM_HEADERS}" = "y" ]; then
>          return 0
>      fi

This has already been fixed a few days ago: ;-)
    http://crosstool-ng.org/hg/crosstool-ng/rev/f4a0fc3d0aad

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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