summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-25 15:04:35 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-25 15:04:35 +0100
commit7a18558925f2c2098f0af77410371caf2c374942 (patch)
tree43cb74b747dca917b606fd225b4fbcfb6b525f55 /meta/packages/gcc/gcc-4.3.3.inc
parent43b8e664673523c803a6993b9b5a582cdc889afd (diff)
downloadpoky-7a18558925f2c2098f0af77410371caf2c374942.tar.gz
gcc: For 64 bit targets don't use lib64
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.3.inc')
-rw-r--r--meta/packages/gcc/gcc-4.3.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.3.inc b/meta/packages/gcc/gcc-4.3.3.inc
index 73783e689f..9b600a0f1f 100644
--- a/meta/packages/gcc/gcc-4.3.3.inc
+++ b/meta/packages/gcc/gcc-4.3.3.inc
@@ -55,6 +55,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
55 file://pr35942.patch;patch=1 \ 55 file://pr35942.patch;patch=1 \
56 file://optional_libstdc.patch;patch=1 \ 56 file://optional_libstdc.patch;patch=1 \
57 file://sparseset_rule.patch;patch=1 \ 57 file://sparseset_rule.patch;patch=1 \
58 file://64bithack.patch;patch=1 \
58" 59"
59 60
60SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 61SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "