* [Buildroot] Xtensa Patch to allow Xtensa ARCH to start building on virgin clone of uclibc buildroot tree.
@ 2010-08-07 4:53 Piet Delaney
0 siblings, 0 replies; only message in thread
From: Piet Delaney @ 2010-08-07 4:53 UTC (permalink / raw)
To: buildroot
Would you review at this patch.
It's derived from you last stable tag 2010.05. I've attached it and show below:
Signed-off-by: Pete Delaney <piet@tensilica.com>
---
toolchain/gcc/gcc-uclibc-4.x.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index f17b73f..51f47e2 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -25,11 +25,6 @@ else
GCC_SITE:=$(BR2_GNU_MIRROR)/gcc/gcc-$(GCC_VERSION)
endif
-ifneq ($(filter xtensa%,$(ARCH)),)
-include target/xtensa/patch.in
-GCC_PATCH_EXTRA:=$(call XTENSA_PATCH,gcc,$(GCC_PATCH_DIR),. ..)
-endif
-
GCC_SOURCE:=gcc-$(GCC_VERSION).tar.bz2
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
GCC_DIR:=$(TOOLCHAIN_DIR)/gcc-$(GCC_VERSION)
@@ -37,6 +32,11 @@ GCC_CAT:=$(BZCAT)
GCC_STRIP_HOST_BINARIES:=nope
GCC_SRC_DIR:=$(GCC_DIR)
+ifneq ($(filter xtensa%,$(ARCH)),)
+include target/xtensa/patch.in
+GCC_PATCH_EXTRA:=$(call XTENSA_PATCH,gcc,$(GCC_PATCH_DIR),. ..)
+endif
+
# Branding works on >= 4.3
ifneq ($(findstring x4.2.,x$(GCC_VERSION)),x4.2.)
BUILDROOT_VERSION_STRING=$(call qstrip,$(BR2_VERSION))
--
1.6.0.6
This is the 1st patch I've added to your tree that I've cloned and added here:
http://git.linux-xtensa.org/cgi-bin/git.cgi?p=buildroot/buildroot-uclibc.git;a=commit;h=bd793839521c3c8254662922eb3ed174df8f4958
We would like to get our Buildroot environment up-to-date.
-piet
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001--XTENSA-Move-xtensa-code-so-it-can-use-GCC_PATCH_DI.patch
Type: text/x-patch
Size: 1306 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100806/0a77e33a/attachment.bin>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-07 4:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-07 4:53 [Buildroot] Xtensa Patch to allow Xtensa ARCH to start building on virgin clone of uclibc buildroot tree Piet Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox