diff options
Diffstat (limited to 'recipes/gcc/gcc_4.4.2.bb')
-rw-r--r-- | recipes/gcc/gcc_4.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.4.2.bb b/recipes/gcc/gcc_4.4.2.bb index 65a73cd68a..d46e46a9df 100644 --- a/recipes/gcc/gcc_4.4.2.bb +++ b/recipes/gcc/gcc_4.4.2.bb @@ -8,7 +8,7 @@ FILES_${PN} += "\ ${gcclibdir}/${TARGET_SYS}/*/*.o \ " -SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1" +SRC_URI_append = "file://fortran-cross-compile-hack.patch;apply=yes" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |