From 839088da9bb5ece957ca5496aec43153937768d5 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 22 Jul 2010 22:42:45 +0200 Subject: gcc: added COMPATIBLE_TARGET_SYS added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the gcc-common.inc file and COMPATIBLE_TARGET_SYS = "." to the only recipe that does support nios2 (gcc-4.2.1.bb) Signed-off-by: Frans Meulenbroeks --- recipes/gcc/gcc-common.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/gcc/gcc-common.inc') diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc index 7aee542461..ffd4dd3146 100644 --- a/recipes/gcc/gcc-common.inc +++ b/recipes/gcc/gcc-common.inc @@ -9,6 +9,8 @@ inherit autotools gettext FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" +COMPATIBLE_TARGET_SYS ?= "(?!nios2)" + # When making a Canadian SDK, we use these files too to make the compiler # for building for the new host part. So only obey TARGET_FPU for the # real target. -- cgit 1.2.3-korg