public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] MIPS tune mips64-n32
@ 2016-08-29 22:45 Juro Bystricky
  2016-08-29 22:45 ` [PATCH 1/1] gcc-runtime.inc: add CPP support for mips64-n32 tune Juro Bystricky
  0 siblings, 1 reply; 4+ messages in thread
From: Juro Bystricky @ 2016-08-29 22:45 UTC (permalink / raw)
  To: openembedded-core

This patch fixes the issue where a mips CPP compiler configured with n32
cannot find c++ include files:

#include <bits/c++config.h>
int main()
{
    return 0;
}

error: bits/c++config.h: No such file or directory
|  #include <bits/c++config.h>

Although the file c++config.h does exist, CPP cannot find it
as the file is not in the directory CPP expects it to be in.
The fix consists of creating a symlink with the name the directory
CPP expects and point it to the location where the  CPP files
actualy reside.

The patch was tested with two configurations, single compiler
and multilib (both of which used to fail the testsdk):

MACHINE="qemumips64"
require conf/multilib.conf
MULTILIBS = "multilib:lib64 multilib:lib32"
DEFAULTTUNE = "mips64-n32"
DEFAULTTUNE_virtclass-multilib-lib64 = "mips64"
DEFAULTTUNE_virtclass-multilib-lib32 = "mips32r2"
USER_CLASSES += " testsdk "

bitbake core-image-minimal -c populate_sdk
bitbake core_image_minimal -c testsdk

MACHINE="qemumips64"
DEFAULTTUNE = "mips64-n32"
USER_CLASSES += " testsdk "

bitbake core-image-minimal -c populate_sdk
bitbake core_image_minimal -c testsdk


Juro Bystricky (1):
  gcc-runtime.inc: add CPP support for mips64-n32 tune

 meta/recipes-devtools/gcc/gcc-runtime.inc | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
2.7.4



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

end of thread, other threads:[~2016-08-30 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29 22:45 [PATCH 0/1] MIPS tune mips64-n32 Juro Bystricky
2016-08-29 22:45 ` [PATCH 1/1] gcc-runtime.inc: add CPP support for mips64-n32 tune Juro Bystricky
2016-08-30  2:24   ` Mark Hatle
2016-08-30 15:47     ` Bystricky, Juro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox