summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross_4.3.3.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-08-03 16:49:31 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-04 11:43:12 +0100
commit9383074deb75fda69d2302f85d03618fa1b5fe27 (patch)
treeb398331da3a0b06d7bd8273602ed7bb3ae325fdc /meta/packages/gcc/gcc-cross_4.3.3.bb
parent1fbcd2ca178db28747046b5bd943c81176db9f65 (diff)
downloadpoky-9383074deb75fda69d2302f85d03618fa1b5fe27.tar.gz
gcc: Fix dynamic linker location for x86_64
gcc hard codes the linker path to lib64 for x86_64 machines, update our 64bithack patch to change this to lib. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.3.3.bb')
-rw-r--r--meta/packages/gcc/gcc-cross_4.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb
index 98573f0c5a..36f91d0221 100644
--- a/meta/packages/gcc/gcc-cross_4.3.3.bb
+++ b/meta/packages/gcc/gcc-cross_4.3.3.bb
@@ -1,4 +1,4 @@
1PR = "r14" 1PR = "r15"
2 2
3require gcc-${PV}.inc 3require gcc-${PV}.inc
4require gcc-cross4.inc 4require gcc-cross4.inc