diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 08:55:10 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:40 -0700 |
commit | 1f7055b6bbc26c5243cd809d5974b418545fdf03 (patch) | |
tree | dcd754148359287684b47f38cafde12e5d69b422 /recipes/gcc/gcc_4.0.0.bb | |
parent | 73a5d9a06fabdede79c82e315894341b415ec3b1 (diff) |
gcc 4.0.0: Fix fortran building, disable libmudflap/ssp, add gcc-posix-open-fix.patch, add missing cross-initial/cross-intermediate files, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc_4.0.0.bb')
-rw-r--r-- | recipes/gcc/gcc_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.0.0.bb b/recipes/gcc/gcc_4.0.0.bb index 1bbab50930..5e2598079b 100644 --- a/recipes/gcc/gcc_4.0.0.bb +++ b/recipes/gcc/gcc_4.0.0.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "r7" require gcc-${PV}.inc require gcc-configure-target.inc |