diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-02 09:15:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-02 09:15:12 +0100 |
commit | 9179b36a84fec78b7ede07d29c5aa6d6315f31a4 (patch) | |
tree | aaad7efd90bb11b4a857aa6328b3e7583037d853 /meta-oe/recipes-devtools | |
parent | 3587f40c729a8c093158d72262ceb1fa4dfb3d41 (diff) | |
download | meta-openembedded-9179b36a84fec78b7ede07d29c5aa6d6315f31a4.tar.gz |
gcc 4.5: fortran patch is already in main SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc_4.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc_4.5.bb b/meta-oe/recipes-devtools/gcc/gcc_4.5.bb index 24fa751b8..19e8a25d0 100644 --- a/meta-oe/recipes-devtools/gcc/gcc_4.5.bb +++ b/meta-oe/recipes-devtools/gcc/gcc_4.5.bb | |||
@@ -3,7 +3,5 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
3 | require recipes-devtools/gcc/gcc-configure-target.inc | 3 | require recipes-devtools/gcc/gcc-configure-target.inc |
4 | require recipes-devtools/gcc/gcc-package-target.inc | 4 | require recipes-devtools/gcc/gcc-package-target.inc |
5 | 5 | ||
6 | SRC_URI_append = "file://fortran-cross-compile-hack.patch" | ||
7 | |||
8 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 6 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |
9 | 7 | ||