All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] buildroot 2012.11 large file support
Date: Thu, 13 Dec 2012 00:47:28 +0100	[thread overview]
Message-ID: <50C91790.6090202@mind.be> (raw)
In-Reply-To: <20121212232108.261e4b29@skate>

On 12/12/12 23:21, Thomas Petazzoni wrote:
> Dear Peter Korsgaard,
>
> On Wed, 12 Dec 2012 21:15:44 +0100, Peter Korsgaard wrote:
>
>>   Thomas>  !largefile build is OK if we pass $(DISABLE_LARGEFILE) to
>>   Thomas>  gcc1 and gcc2 configure steps, so it solves the build
>>   Thomas>  problem. I haven't done more testing though (testing the
>>   Thomas>  generated code, building with largefile enabled, etc.).
>>
>> Cool, great - I'll commit that then.
>>
>>   Thomas>  That said, doesn't --disable-largefile disables largefile
>>   Thomas>  support at the level of gcc itself, rather than taking into
>>   Thomas>  account the fact that largefile support is not available on
>>   Thomas>  the target? Of course, it has the consequence that
>>   Thomas>  _FILE_OFFSET_BITS is no longer defined to 64 in auto-conf.h,
>>   Thomas>  which works around the problem. But gcc (the host binary)
>>   Thomas>  should be capable of being built with largefile support on a
>>   Thomas>  32 bits host, even if the 32 bits target has no largefile
>>   Thomas>  support.
>>
>> So for the cross compiler to be able to access large files? Is that
>> really important? I doubt people are using buildroot with 2G+
>> source/object/library files?
>
> It's not that we care too much about this (even though some crazy
> library like Qt with debugging symbols reaches a very fat size, several
> hundreds of MBs in size), but the fact that it is an ugly workaround to
> use the side-effect of disabling largefile on gcc to make it play nice
> with a target system that has largefile disabled.
>
> Right now, when largefile is disabled for the target, it is disabled
> for the cross gcc, when largefile is enabled for the target, it is
> enabled for the cross gcc. Doesn't make much sense.

  Indeed, it would make much more sense to disable largefile unconditionally
while building any gcc stage (uClibc won't complain if _FILE_OFFSET_BITS is
not set). At least, I guess --disable-largefile only says something about
the gcc executable, not about the crtstuff and other target support...

  And it also deserves a BIG FAT comment explaining why this is needed.

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-12-12 23:47 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 12:35 [Buildroot] buildroot 2012.11 large file support Berns
2012-12-10 14:53 ` Willy Lambert
2012-12-10 19:20   ` Peter Korsgaard
2012-12-10 19:38     ` Willy Lambert
2012-12-10 20:38       ` Peter Korsgaard
2012-12-10 21:30         ` Willy Lambert
2012-12-10 22:05           ` Peter Korsgaard
2012-12-11  2:13             ` Willy Lambert
2012-12-11  7:04               ` Peter Korsgaard
2012-12-11  8:43                 ` Willy Lambert
2012-12-11  9:09                   ` Thomas Petazzoni
2012-12-12  1:04                     ` Willy Lambert
2012-12-11 15:09           ` Willy Lambert
2012-12-11 16:10             ` Thomas Petazzoni
2012-12-12  0:35               ` Arnout Vandecappelle
2012-12-12 10:16                 ` Thomas Petazzoni
2012-12-12 11:01                   ` Thomas Petazzoni
2012-12-12 11:03                     ` Thomas Petazzoni
2012-12-12 12:47                       ` Thomas Petazzoni
2012-12-12 16:47                         ` Peter Korsgaard
2012-12-12 17:32                           ` Thomas Petazzoni
2012-12-12 20:15                             ` Peter Korsgaard
2012-12-12 22:21                               ` Thomas Petazzoni
2012-12-12 23:47                                 ` Arnout Vandecappelle [this message]
2012-12-13 10:45                                   ` Victor Hiairrassary
2012-12-13 10:55                                     ` Peter Korsgaard
2012-12-13 11:06                                     ` Arnout Vandecappelle
2012-12-13 11:28                                       ` Victor Hiairrassary
2012-12-12  9:20               ` Willy Lambert
2012-12-12 10:21     ` Fabio Porcedda
2012-12-11  9:30 ` Berns
2012-12-12  6:05   ` Peter Korsgaard

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=50C91790.6090202@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /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.