summaryrefslogtreecommitdiff
path: root/packages/binutils/binutils_2.17.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-11 08:20:11 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-11 08:20:11 +0000
commit3ad072fab792d2824057a75d8e7cf44c5464cb12 (patch)
treed214022a9abbc87f237f00eaf0df524fe1b00a48 /packages/binutils/binutils_2.17.bb
parent8099caf59b566208b0516b82e0be2d0abc960656 (diff)
packages/binutils: Binutils 2.17 make compile on OSX
OSX claims that stopc might end up uninitialized. Initialize it to '0' to and hope it works out. This fixes the compile and I have an ARM EABI toolchain on OSX that could work...
Diffstat (limited to 'packages/binutils/binutils_2.17.bb')
-rw-r--r--packages/binutils/binutils_2.17.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/binutils/binutils_2.17.bb b/packages/binutils/binutils_2.17.bb
index 3edbe204e8..d9e167f051 100644
--- a/packages/binutils/binutils_2.17.bb
+++ b/packages/binutils/binutils_2.17.bb
@@ -22,6 +22,9 @@ SRC_URI += "\
file://400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \
"
+# Zecke's OSX fixes
+SRC_URI += " file://warning-free.patch;patch=1 "
+
S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"