diff options
-rw-r--r-- | recipes/gcc/gcc-4.4-2010.09.inc | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc-cross_4.4-2010.09.bb | 2 |
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}" |