From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/3] gcc csl 2007q3: import header hack from Poky to get glibc 2.5 built
Date: Tue, 9 Feb 2010 13:10:58 -0800 [thread overview]
Message-ID: <20100209211058.GD3142@gmail.com> (raw)
In-Reply-To: <1265737098-5430-2-git-send-email-marcin@juszkiewicz.com.pl>
On (09/02/10 18:38), Marcin Juszkiewicz wrote:
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb | 6 ++++++
> .../gcc/gcc-cross-intermediate_csl-arm-2007q3.bb | 6 ++++++
> recipes/gcc/gcc-cross_csl-arm-2007q3.bb | 2 +-
> recipes/gcc/gcc_csl-arm-2007q3.bb | 2 +-
> 4 files changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
> index c9f03a7..cfa64dc 100644
> --- a/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
> +++ b/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
> @@ -4,3 +4,9 @@ require gcc-cross-initial.inc
> S = "${WORKDIR}/gcc-4.2"
>
> EXTRA_OECONF += "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap "
> +
> +# Hack till we fix *libc properly
> +do_install_append() {
> + ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
> +}
> +
> diff --git a/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
> index 5423626..3532590 100644
> --- a/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
> +++ b/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
> @@ -4,3 +4,9 @@ require gcc-cross-intermediate.inc
> S = "${WORKDIR}/gcc-4.2"
>
> EXTRA_OECONF += "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap "
> +
> +# Hack till we fix *libc properly
> +do_install_append() {
> + ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
> +}
> +
> diff --git a/recipes/gcc/gcc-cross_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross_csl-arm-2007q3.bb
> index 34bd251..adf7f5a 100644
> --- a/recipes/gcc/gcc-cross_csl-arm-2007q3.bb
> +++ b/recipes/gcc/gcc-cross_csl-arm-2007q3.bb
> @@ -1,4 +1,4 @@
> -PR = "r5"
> +PR = "r6"
>
> require gcc-csl-arm-2007q3.inc
> require gcc-cross4.inc
> diff --git a/recipes/gcc/gcc_csl-arm-2007q3.bb b/recipes/gcc/gcc_csl-arm-2007q3.bb
> index cc7540a..2df12ef 100644
> --- a/recipes/gcc/gcc_csl-arm-2007q3.bb
> +++ b/recipes/gcc/gcc_csl-arm-2007q3.bb
> @@ -1,4 +1,4 @@
> -PR = "r3"
> +PR = "r4"
>
> require gcc-${PV}.inc
> require gcc-configure-target.inc
> --
> 1.6.6.1
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-02-09 21:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-09 17:38 [PATCH 1/3] glibc 2.5: do not use asm/page.h header (taken from glibc 2.6.1) Marcin Juszkiewicz
2010-02-09 17:38 ` [PATCH 2/3] gcc csl 2007q3: import header hack from Poky to get glibc 2.5 built Marcin Juszkiewicz
2010-02-09 21:10 ` Khem Raj [this message]
2010-02-09 17:38 ` [PATCH 3/3] file: added 5.04 (WIP) Marcin Juszkiewicz
2010-02-09 21:09 ` [PATCH 1/3] glibc 2.5: do not use asm/page.h header (taken from glibc 2.6.1) Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100209211058.GD3142@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.