aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_2.20.1.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-16 19:04:08 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-21 20:03:14 +0200
commit4a18e361acd79b87969ad7427338623f3c4b259f (patch)
treee371945523412e6689edd798b082d6a8d2daac13 /recipes/binutils/binutils_2.20.1.bb
parentdc1f15bcd4740094ce7a02d1d6e0389469870788 (diff)
downloadopenembedded-4a18e361acd79b87969ad7427338623f3c4b259f.tar.gz
binutils: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file and COMPATIBLE_TARGET_SYS = "." to the few recipes that do support nios2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/binutils/binutils_2.20.1.bb')
-rw-r--r--recipes/binutils/binutils_2.20.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb
index 624848ca29..e4cc15aef6 100644
--- a/recipes/binutils/binutils_2.20.1.bb
+++ b/recipes/binutils/binutils_2.20.1.bb
@@ -3,6 +3,8 @@ LICENSE = "GPLv3"
PR = "${INC_PR}.1"
+COMPATIBLE_TARGET_SYS = "."
+
SRC_URI = "\
${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \
file://binutils-uclibc-100-uclibc-conf.patch \