All of lore.kernel.org
 help / color / mirror / Atom feed
* configure.ac: Always add -D_FILE_OFFSET_BITS=64.
@ 2015-01-26 11:29 Andrei Borzenkov
  2015-01-26 15:04 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 5+ messages in thread
From: Andrei Borzenkov @ 2015-01-26 11:29 UTC (permalink / raw)
  To: The development of GNU GRUB

> +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
> +HOST_CPPFLAGS="$HOST_CPPFLAGS -D_FILE_OFFSET_BITS=64"


We already have them unconditionally in config.h. This is confusing;
may be remove them from this file. OTOH we have AC_LARGEFILES that is
expected to figure out proper options (although I believe for now
there is just one system that needs it).


This all looks rather messy.


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

end of thread, other threads:[~2015-01-27 16:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 11:29 configure.ac: Always add -D_FILE_OFFSET_BITS=64 Andrei Borzenkov
2015-01-26 15:04 ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-01-26 15:12   ` Andrei Borzenkov
2015-01-26 16:50     ` Andrei Borzenkov
2015-01-27 16:28       ` Vladimir 'φ-coder/phcoder' Serbinenko

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.