diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:00:42 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:41 -0700 |
commit | acfd59a939bff55ad2a2e39a6823bf61eaf11654 (patch) | |
tree | 4a3861bbdf7e9e473c67c7777fdb76f801b2125e /recipes/gcc/gcc_4.1.0.bb | |
parent | 8592e94690ed21c95c2244b2873aec109350a14b (diff) |
gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc_4.1.0.bb')
-rw-r--r-- | recipes/gcc/gcc_4.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.1.0.bb b/recipes/gcc/gcc_4.1.0.bb index 1bbab50930..5e2598079b 100644 --- a/recipes/gcc/gcc_4.1.0.bb +++ b/recipes/gcc/gcc_4.1.0.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "r7" require gcc-${PV}.inc require gcc-configure-target.inc |