diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 08:59:11 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:41 -0700 |
commit | 8592e94690ed21c95c2244b2873aec109350a14b (patch) | |
tree | 92b2d77b824a130849d6c076b232bd0d1db41a40 /recipes/gcc/gcc-cross_4.0.2.bb | |
parent | 1f7055b6bbc26c5243cd809d5974b418545fdf03 (diff) |
gcc 4.0.2: Disable libmudflap/ssp, add gcc-posix-open-fix.patch, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc-cross_4.0.2.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_4.0.2.bb b/recipes/gcc/gcc-cross_4.0.2.bb index 5324ee0f6e..1aa527f547 100644 --- a/recipes/gcc/gcc-cross_4.0.2.bb +++ b/recipes/gcc/gcc-cross_4.0.2.bb @@ -1,4 +1,4 @@ -PR = "r14" +PR = "r15" require gcc-${PV}.inc require gcc-cross4.inc |