Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch gcc-target-fix
@ 2010-02-25  8:47 Thomas Petazzoni
  2010-02-25  8:47 ` [Buildroot] [PATCH 1/1] gcc on target: add missing definitions for gcc 4.4 Thomas Petazzoni
  2010-02-25  9:27 ` [Buildroot] [pull request] Pull request for branch gcc-target-fix Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-25  8:47 UTC (permalink / raw)
  To: buildroot

The following changes since commit ba50538cfa513f7155f9c7fd30df22047f6eb751:
  Peter Korsgaard (1):
        CHANGES: add ipsec-tools/libgtk2/madplay/netsnmp/pango/sylpheed/openmotif/xpdf

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot gcc-target-fix

Thomas Petazzoni (1):
      gcc on target: add missing definitions for gcc 4.4

 toolchain/gcc/gcc-uclibc-4.x.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] gcc on target: add missing definitions for gcc 4.4
  2010-02-25  8:47 [Buildroot] [pull request] Pull request for branch gcc-target-fix Thomas Petazzoni
@ 2010-02-25  8:47 ` Thomas Petazzoni
  2010-02-25  9:27 ` [Buildroot] [pull request] Pull request for branch gcc-target-fix Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-25  8:47 UTC (permalink / raw)
  To: buildroot

Depending on the gcc version, the gcc include and lib directories have
changed. We include support for gcc 4.4 by copy/pasting the support
for gcc 4.3. Locations don't seem to have changed between 4.3 and
4.4. This allows the syslimits.h fixup to succeed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/gcc/gcc-uclibc-4.x.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 6f65cb3..dcca431 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -459,6 +459,10 @@ ifeq ($(findstring x4.3,x$(GCC_VERSION)),x4.3)
 GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
 GCC_INCLUDE_DIR:=include-fixed
 endif
+ifeq ($(findstring x4.4,x$(GCC_VERSION)),x4.4)
+GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
+GCC_INCLUDE_DIR:=include-fixed
+endif
 
 $(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
 	PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) \
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [pull request] Pull request for branch gcc-target-fix
  2010-02-25  8:47 [Buildroot] [pull request] Pull request for branch gcc-target-fix Thomas Petazzoni
  2010-02-25  8:47 ` [Buildroot] [PATCH 1/1] gcc on target: add missing definitions for gcc 4.4 Thomas Petazzoni
@ 2010-02-25  9:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-02-25  9:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit ba50538cfa513f7155f9c7fd30df22047f6eb751:
 Thomas>   Peter Korsgaard (1):
 Thomas>         CHANGES: add ipsec-tools/libgtk2/madplay/netsnmp/pango/sylpheed/openmotif/xpdf

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot gcc-target-fix

Thanks, committed.

Long term we should invert the test, so BR will do the right thing
automatically for new GCC versions.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-25  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25  8:47 [Buildroot] [pull request] Pull request for branch gcc-target-fix Thomas Petazzoni
2010-02-25  8:47 ` [Buildroot] [PATCH 1/1] gcc on target: add missing definitions for gcc 4.4 Thomas Petazzoni
2010-02-25  9:27 ` [Buildroot] [pull request] Pull request for branch gcc-target-fix Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox