Files
poky/meta/recipes-devtools
Richard Tollerton 90362a4de5 gcc: Ensure c++ includes are in /usr/include/c++/${BINV}
It was observed that code using STLport 4.6 fails to compile under the
SDK with the following error message:

.../includes/cstddef:38:46: fatal error: ../4.7.2/cstddef: No such file
or directory

STLport 4.6 (screwily) assumes that the C++ system headers live in a
gcc-versioned subdirectory, for gcc>=3.0; cf
http://sourceforge.net/p/stlport/code/ci/STLport-4.6-patch/tree/stlport/config/stl_gcc.h#l269.

This assumption is *almost always* valid, because that matches the
default setting of --with-gxx-include-dir. We can match that behavior by
appending "/${BINV}" to our own --with-gxx-include-dir settings.

Natinst-CAR-ID: 446449
Natinst-Reviewboard-ID: 57209
Acked-by: Ken Sharp <ken.sharp@ni.com>
Acked-by: Ben Shelton <ben.shelton@ni.com>
(From OE-Core rev: 5a2ff3e8f7cd7a47a5ab4e581847ecc4df87fca3)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-10 17:38:33 +01:00
..
2014-03-02 17:25:28 +00:00
2014-06-06 10:24:07 +01:00
2014-05-21 19:50:21 +01:00
2014-05-13 19:32:06 +01:00
2014-01-02 12:50:24 +00:00
2014-04-24 17:55:14 +01:00
2014-02-21 16:09:08 +00:00
2014-04-30 16:39:08 +01:00
2014-04-25 17:19:19 +01:00
2014-06-01 14:29:30 +01:00
2014-05-13 19:32:06 +01:00
2014-05-28 08:19:31 +01:00
2014-06-30 16:36:44 +01:00
2014-05-21 09:09:01 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2013-08-13 23:05:58 +01:00