diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-10 04:29:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 11:34:22 +0100 |
commit | 1b428f0151a5b86332b501871bf4a925b43580a5 (patch) | |
tree | 8a0d7e8a077c1467f49ec73e043825d97dbe54db /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 243539efec94e79dade2525d0ab3586eea48c529 (diff) | |
download | openembedded-core-1b428f0151a5b86332b501871bf4a925b43580a5.tar.gz openembedded-core-1b428f0151a5b86332b501871bf4a925b43580a5.tar.bz2 openembedded-core-1b428f0151a5b86332b501871bf4a925b43580a5.zip |
gcc: gcc-cross-canadian: use correct location for libraries for powerpc64
This fixes the issue where gcc invokes the linker with an incorrect -L
library location and gives up because it can't find libraries. It was
looking in a /lib folder instead of /lib64
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index c7dbc3ccf2..be142a13fb 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -1,6 +1,6 @@ require gcc-common.inc -PR = "r3" +PR = "r4" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.7.1 |