[oe] [STABLE][PATCH] gcc 4.3.x: disable thumb mode for now, glibc builds don't like it
Khem Raj
raj.khem at gmail.com
Tue Mar 31 21:58:41 UTC 2009
can you post the error message and commandline or better preprocessed
file of the error thats happening when compiling libgcc in thumb mode
plz.
We could try to fix the libgcc problem.
Thx
-Khem
On 3/31/09, Koen Kooi <k.kooi at student.utwente.nl> wrote:
> From: Koen Kooi <koen at openembedded.org>
>
>
> Signed-off-by: Koen Kooi <koen at openembedded.org>
> ---
> recipes/gcc/gcc-4.3.1.inc | 1 +
> recipes/gcc/gcc-4.3.2.inc | 1 +
> recipes/gcc/gcc-4.3.3.inc | 1 +
> 3 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc
> index 7f7f15e..cdab6dc 100644
> --- a/recipes/gcc/gcc-4.3.1.inc
> +++ b/recipes/gcc/gcc-4.3.1.inc
> @@ -1,5 +1,6 @@
> # No armeb and thumb patches - really needs checking
> DEFAULT_PREFERENCE = "-99"
> +ARM_INSTRUCTION_SET = "arm"
>
> require gcc-common.inc
>
> diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc
> index 1fc05af..aeb3477 100644
> --- a/recipes/gcc/gcc-4.3.2.inc
> +++ b/recipes/gcc/gcc-4.3.2.inc
> @@ -1,5 +1,6 @@
> # No armeb and thumb patches - really needs checking
> DEFAULT_PREFERENCE = "-999"
> +ARM_INSTRUCTION_SET = "arm"
>
> require gcc-common.inc
>
> diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
> index d5d5db0..4bed0e4 100644
> --- a/recipes/gcc/gcc-4.3.3.inc
> +++ b/recipes/gcc/gcc-4.3.3.inc
> @@ -1,5 +1,6 @@
> # No armeb and thumb patches - really needs checking
> DEFAULT_PREFERENCE = "-999"
> +ARM_INSTRUCTION_SET = "arm"
>
> require gcc-common.inc
>
> --
> 1.5.6.5
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
More information about the Openembedded-devel
mailing list