Hey,

henri guyenne wrote:
> ------------------------------------

>>From 356cc6128bc43925883424fcbb95f3323cba396b Mon Sep 17 00:00:00 2001
> From: root <r...@henri-portable.(none)>
> Date: Wed, 4 Mar 2009 17:14:44 +0100
> Subject: [PATCH] Add Ada support to ptxdist menu
> 
> Signed-off-by: root <r...@henri-portable.(none)>

I suggest not to work as root :)
PTXdist refuses to run as root anyway.

Please add some sane information to you ~/.gitconfig

[frog...@hardanger:Desktop]$ cat ~/.gitconfig
[user]
        name = Marc Kleine-Budde
        email = [email protected]
[color]
        diff = auto
        status = auto
        branch = auto


> ---
>  rules/cross-gcc.in   |    7 +++++++
>  rules/cross-gcc.make |    1 +
>  2 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in
> index edd23ef..35325ff 100644
> --- a/rules/cross-gcc.in
> +++ b/rules/cross-gcc.in
> @@ -61,6 +61,13 @@ config CROSS_GCC_LANG_FORTRAN
>         As GCC is a compiler collection, it can support various languages.
>         Select this for Fortran support
> 
> +config CROSS_GCC_LANG_ADA
> +     bool
> +     prompt "Ada"
> +     help
> +       As GCC is a compiler collection, it can support various languages.
> +       Select this for Ada support
> +
>  config CROSS_GCC_LANG_JAVA
>       bool
>       prompt "Java"
> diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
> index ada15ae..db91326 100644
> --- a/rules/cross-gcc.make
> +++ b/rules/cross-gcc.make
> @@ -107,6 +107,7 @@ CROSS_GCC_LANG-$(PTXCONF_CROSS_GCC_LANG_C)                
> += c
>  CROSS_GCC_LANG-$(PTXCONF_CROSS_GCC_LANG_CXX)         += c++
>  CROSS_GCC_LANG-$(PTXCONF_CROSS_GCC_LANG_JAVA)                += java
>  CROSS_GCC_LANG-$(PTXCONF_CROSS_GCC_LANG_FORTRAN)     += fortran
> +CROSS_GCC_LANG-$(PTXCONF_CROSS_GCC_LANG_ADA)         += ada
> 
>  CROSS_GCC_AUTOCONF := \
>       $(CROSS_GCC_AUTOCONF_COMMON) \

Marc

-- 
Pengutronix e.K.                         | Marc Kleine-Budde           |
Linux Solutions for Science and Industry | Phone: +49-231-2826-924     |
Vertretung West/Dortmund                 | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686         | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
[email protected]

Reply via email to