* solve gcc-5.0.0 build errors with "-P" option to cpp?
@ 2015-02-19 9:39 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2015-02-19 9:39 UTC (permalink / raw)
To: Yocto discussion list
as i mentioned recently, using fedora rawhide and having recently
upgraded to gcc-5.0.0, some packages (eg., ncurses-native) failed to
build for this reason:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723
toward the bottom (comment 27), jakub jelinek suggests the solution of
simply telling people to preprocess with "-P", which inhibits the
generation of line markers.
so i just added a wide-sweeping:
CPPFLAGS_append = " -P"
to my local.conf and, sure enough, that got around the build error(s).
is that the best workaround for the time being until this weirdness
with gcc-5.0.0 is fixed?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-19 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 9:39 solve gcc-5.0.0 build errors with "-P" option to cpp? Robert P. J. Day
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.