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: Error in latest crosstool-ng


Hello Jim,
All,

Please, refrain from posting in HTML: HTML mails are rejected by the
list manager (mailman?).

On Monday 24 August 2009 18:52:00 Jim F wrote:
> In the latest (repository version d031a67fc494 ) crosstool-ng, I found a
> small error in crosstool-ng/scripts/build/libc/glibc.sh

Yep, well spotted. Bizarely, I only tested uClibc-baszed toolchain, so
this went unnoticed... :-(

> My attempt at creating a patch is below.  (hey, I have never done one of
> these before)

Yep, well done. :-) Will apply shortly...

Oh, BTW, here's what posting in HTML gives (notice the added empty line):

> diff -r d031a67fc494 scripts/build/libc/glibc.sh
> 
> --- a/scripts/build/libc/glibc.sh   Wed Aug 19 19:52:04 2009 +0200
> 
> +++ b/scripts/build/libc/glibc.sh   Mon Aug 24 12:48:09 2009 -0400
> 
> @@ -395,8 +395,8 @@
> 
>      esac
> 
> 
> 
>      case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
> 
> -        y,) extra_config+=("--with-fp";;
> 
> -        ,y) extra_config+=("--without-fp";;
> 
> +        y,) extra_config+=("--with-fp");;
> 
> +        ,y) extra_config+=("--without-fp");;
> 
>      esac
> 
> 
> 
>      case "$(do_libc_add_ons_list ,)" in

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| --==< ^_^ >==-- `------------.-------:  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]