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: [Crosstool-NG] Blackfin support, RFC


Thomas, All,

On Wednesday 07 April 2010 10:33:49 Thomas Petazzoni wrote:
> I've recently started adding Blackfin support to Crosstool-NG.
[--SNIP--]
> The attached patches implement the needed modifications:
>  * 1838, Add basic support for the Blackfin architecture
>  * 1841, Add uClibc support for Blackfin
>  * 1842, Add Blackfin-related uClibc patch

Those three folded and applied as 207ad430c254.

>  * 1843, Add Blackfin sample

Applied as 9ecf17cbe9fb.

> However, in addition to these patches, I had to make a very ugly
> modification :
> 
> diff -r e4d7a4cd72cc scripts/build/kernel/linux.sh
> --- a/scripts/build/kernel/linux.sh	Wed Apr 07 09:26:12 2010 +0200
> +++ b/scripts/build/kernel/linux.sh	Wed Apr 07 10:30:07 2010 +0200
> @@ -6,7 +6,7 @@
>      if [ "${CT_ARCH_USE_MMU}" = "y" ]; then
>          CT_TARGET_KERNEL="linux"
>      else
> -        CT_TARGET_KERNEL="uclinux"
> +        CT_TARGET_KERNEL="linux"
>      fi
>  }

Applied as part of the folded three-patch changeset, 207ad430c254.
Added a comment explaining the reason for using 'linux' instead of
'uclinux' in this case.:wq


Thank you!

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]