* [Buildroot] [pull request] Pull request for branch fix-real-gnu-target-name
@ 2010-05-06 18:44 Thomas Petazzoni
2010-05-06 18:44 ` [Buildroot] [PATCH 1/1] Fix the computation of REAL_GNU_TARGET_NAME Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-05-06 18:44 UTC (permalink / raw)
To: buildroot
The following changes since commit d701a82321ad2f3e5bfa16639e93532294cad4ce:
Paulius Zaleckas (1):
Remove gtk-doc documentations from target
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot fix-real-gnu-target-name
Thomas Petazzoni (1):
Fix the computation of REAL_GNU_TARGET_NAME
package/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Fix the computation of REAL_GNU_TARGET_NAME
2010-05-06 18:44 [Buildroot] [pull request] Pull request for branch fix-real-gnu-target-name Thomas Petazzoni
@ 2010-05-06 18:44 ` Thomas Petazzoni
2010-05-06 21:08 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-05-06 18:44 UTC (permalink / raw)
To: buildroot
When the selected C library is glibc, the C library shouldn't be
mentionned in REAL_GNU_TARGET_NAME. In other words:
arm-unknown-linux-uclibcgnueabi must be used for uClibc
arm-unknown-linux-gnueabi must be used for glibc
This fixes the build of GDB on the target, as reported by Quotient
Remainder <quotientvremainder@gmail.com>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/Makefile.in b/package/Makefile.in
index eab9168..cd492f1 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -104,7 +104,7 @@ LIBC=uclibc
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_UCLIBC),y)
LIBC=uclibc
else
-LIBC=glibc
+LIBC=
endif
ifeq ($(BR2_ARM_EABI),y)
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Fix the computation of REAL_GNU_TARGET_NAME
2010-05-06 18:44 ` [Buildroot] [PATCH 1/1] Fix the computation of REAL_GNU_TARGET_NAME Thomas Petazzoni
@ 2010-05-06 21:08 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-05-06 21:08 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> When the selected C library is glibc, the C library shouldn't be
Thomas> mentionned in REAL_GNU_TARGET_NAME. In other words:
Thomas> arm-unknown-linux-uclibcgnueabi must be used for uClibc
Thomas> arm-unknown-linux-gnueabi must be used for glibc
Thomas> This fixes the build of GDB on the target, as reported by Quotient
Thomas> Remainder <quotientvremainder@gmail.com>.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-06 21:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 18:44 [Buildroot] [pull request] Pull request for branch fix-real-gnu-target-name Thomas Petazzoni
2010-05-06 18:44 ` [Buildroot] [PATCH 1/1] Fix the computation of REAL_GNU_TARGET_NAME Thomas Petazzoni
2010-05-06 21:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox