diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 13:32:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-16 14:52:08 +0100 |
commit | bb27ca7562982c4e6ff333c09a56e83f0daaeb3f (patch) | |
tree | fbe309b5a3265cb4d4f0f7b7d44c1b4b58e826dc /meta/recipes-devtools/sgmlspl | |
parent | 7dcd9a6b72ef270772983f13e7a60982daba2d39 (diff) | |
download | poky-bb27ca7562982c4e6ff333c09a56e83f0daaeb3f.tar.gz |
gcc: Clean up configure_prepend and fix for mingw
The do_configure_prepend was duplicated in gcc-4.X.inc and
gcc-configure-common.inc leading to confusion when reading the resulting
do_configure task where the file was processed twice.
The only difference was the removal of the include line for gcc 4.8/4.9.
On mingw were were seeing two issues, firstly that the if statements meant
the values we wanted weren't being set, the second that the include
paths were still wrong as there was no header path set.
To fix the first issue, the #ifdef conditionals were removed, we want
to set these things unconditionally. The second issue is addressed by
setting the NATIVE_SYSTEM_HEADER_DIR variable here (it was already
set in t-oe).
(From OE-Core rev: c19bb1db2eb728899e10a28d10567e9e026ee694)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/sgmlspl')
0 files changed, 0 insertions, 0 deletions