diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 11:26:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:04 +0100 |
| commit | c4e40a48fbb5888567c974c0326d8a2cbc2188f0 (patch) | |
| tree | eb36dc24bf5e45134738b3d9c77f35fe20adf144 /meta/recipes-devtools/gcc/gcc-5.2.inc | |
| parent | a95a14afedd8954cf52fb2505712ced7f031e87a (diff) | |
| download | poky-c4e40a48fbb5888567c974c0326d8a2cbc2188f0.tar.gz | |
gcc: Add patch to handle on target multilibs better
On target multilibs did not work properly since gcc-cross-canadian
was only searching a limited number of sysroot directories to
find multilib target binaries.
This adds an extra search path to ensure those binaries are found
and our gcc-cross-canadian works everywhere we need it to, e.g.
with mips trilib configurations.
(From OE-Core rev: b928d92bb9f76c118846d6c495dc57c149368f0f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.2.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.2.inc b/meta/recipes-devtools/gcc/gcc-5.2.inc index 1a1ed4ccdc..f691f582d7 100644 --- a/meta/recipes-devtools/gcc/gcc-5.2.inc +++ b/meta/recipes-devtools/gcc/gcc-5.2.inc | |||
| @@ -72,6 +72,7 @@ SRC_URI = "\ | |||
| 72 | file://0038-fix-g++-sysroot.patch \ | 72 | file://0038-fix-g++-sysroot.patch \ |
| 73 | file://0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch \ | 73 | file://0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch \ |
| 74 | file://0040-nativesdk-gcc-support.patch \ | 74 | file://0040-nativesdk-gcc-support.patch \ |
| 75 | file://0041-handle-target-sysroot-multilib.patch \ | ||
| 75 | " | 76 | " |
| 76 | 77 | ||
| 77 | BACKPORTS = "" | 78 | BACKPORTS = "" |
