aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-09-27 16:31:29 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-09-27 16:34:21 +0200
commit4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d (patch)
tree3f3668aa541fc39a1365eaccddbb0b2eef89919d /recipes/gcc
parent0dc253d91ea1ac1526aefe92f224b0cdbe041aae (diff)
downloadopenembedded-4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d.tar.gz
gcc 4.4-2010.09: moved FILESDIR to inc file
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.4-2010.09.inc2
-rw-r--r--recipes/gcc/gcc-cross_4.4-2010.09.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.4-2010.09.inc b/recipes/gcc/gcc-4.4-2010.09.inc
index 3aa49cc388..c12b9e007e 100644
--- a/recipes/gcc/gcc-4.4-2010.09.inc
+++ b/recipes/gcc/gcc-4.4-2010.09.inc
@@ -8,6 +8,8 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
+FILESDIR = "${FILE_DIRNAME}/gcc-4.4.4"
+
INC_PR = "r1"
diff --git a/recipes/gcc/gcc-cross_4.4-2010.09.bb b/recipes/gcc/gcc-cross_4.4-2010.09.bb
index 8656ea466a..4309fd4baf 100644
--- a/recipes/gcc/gcc-cross_4.4-2010.09.bb
+++ b/recipes/gcc/gcc-cross_4.4-2010.09.bb
@@ -2,8 +2,6 @@ require gcc-${PV}.inc
require gcc-cross4.inc
PR = "${INC_PR}.0"
-FILESDIR = "${FILE_DIRNAME}/gcc-4.4.4"
-
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"