diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-11 21:09:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-11 21:09:01 +0000 |
commit | d12308215bbd52f4f59228fb1fd1b51ff3f76206 (patch) | |
tree | 9b28ebdad2c8dafe77f122587c981b7d9fccd8ed /packages/gcc/gcc-cross_4.3.1.bb | |
parent | db256aa27627acb3921e356f8b6f03ba32aaf047 (diff) |
gcc 4.3.1: fix NEON ice: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36500
Diffstat (limited to 'packages/gcc/gcc-cross_4.3.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.3.1.bb b/packages/gcc/gcc-cross_4.3.1.bb index 382a234816..066fa32b86 100644 --- a/packages/gcc/gcc-cross_4.3.1.bb +++ b/packages/gcc/gcc-cross_4.3.1.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "r8" require gcc-${PV}.inc require gcc-cross4.inc |