Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds
@ 2013-08-07 11:39 Francois Perrad
  2013-08-07 14:59 ` Thomas De Schampheleire
  2013-08-10 19:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2013-08-07 11:39 UTC (permalink / raw)
  To: buildroot

see http://lists.busybox.net/pipermail/buildroot/2013-August/076278.html

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/gcc/gcc-final/gcc-final.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gcc/gcc-final/gcc-final.mk b/package/gcc/gcc-final/gcc-final.mk
index 0d9d581..9f54c68 100644
--- a/package/gcc/gcc-final/gcc-final.mk
+++ b/package/gcc/gcc-final/gcc-final.mk
@@ -41,6 +41,7 @@ GCC_FINAL_CROSS_LANGUAGES = $(subst $(space),$(comma),$(GCC_FINAL_CROSS_LANGUAGE
 HOST_GCC_FINAL_CONF_OPT = \
 	$(HOST_GCC_COMMON_CONF_OPT) \
 	--enable-languages=$(GCC_FINAL_CROSS_LANGUAGES) \
+	$(DISABLE_LARGEFILE) \
 	--with-build-time-tools=$(HOST_DIR)/usr/$(GNU_TARGET_NAME)/bin
 
 ifeq ($(BR2_GCC_ENABLE_OPENMP),y)
-- 
1.7.9.5

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

* [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds
  2013-08-07 11:39 [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds Francois Perrad
@ 2013-08-07 14:59 ` Thomas De Schampheleire
  2013-08-10 19:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-08-07 14:59 UTC (permalink / raw)
  To: buildroot

Hi Fran?ois,

On Wed, Aug 7, 2013 at 1:39 PM, Francois Perrad <fperrad@gmail.com> wrote:
> see http://lists.busybox.net/pipermail/buildroot/2013-August/076278.html
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/gcc/gcc-final/gcc-final.mk |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/gcc/gcc-final/gcc-final.mk b/package/gcc/gcc-final/gcc-final.mk
> index 0d9d581..9f54c68 100644
> --- a/package/gcc/gcc-final/gcc-final.mk
> +++ b/package/gcc/gcc-final/gcc-final.mk
> @@ -41,6 +41,7 @@ GCC_FINAL_CROSS_LANGUAGES = $(subst $(space),$(comma),$(GCC_FINAL_CROSS_LANGUAGE
>  HOST_GCC_FINAL_CONF_OPT = \
>         $(HOST_GCC_COMMON_CONF_OPT) \
>         --enable-languages=$(GCC_FINAL_CROSS_LANGUAGES) \
> +       $(DISABLE_LARGEFILE) \
>         --with-build-time-tools=$(HOST_DIR)/usr/$(GNU_TARGET_NAME)/bin
>
>  ifeq ($(BR2_GCC_ENABLE_OPENMP),y)

Thanks, this seems to work fine!

Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
[compile-tested with and without largefile support for ARM9 target]

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

* [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds
  2013-08-07 11:39 [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds Francois Perrad
  2013-08-07 14:59 ` Thomas De Schampheleire
@ 2013-08-10 19:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-08-10 19:28 UTC (permalink / raw)
  To: buildroot

Dear Francois Perrad,

On Wed,  7 Aug 2013 13:39:55 +0200, Francois Perrad wrote:
> see http://lists.busybox.net/pipermail/buildroot/2013-August/076278.html
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed, thanks.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2013-08-10 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 11:39 [Buildroot] [PATCH] gcc: fix !BR2_LARGEFILE builds Francois Perrad
2013-08-07 14:59 ` Thomas De Schampheleire
2013-08-10 19:28 ` Thomas Petazzoni

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