diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-13 22:49:19 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-13 22:49:19 +0200 |
commit | 5391c3d2f4172925afa8096a64f92f02556636e2 (patch) | |
tree | ab4ade98d038b86aa7a5b5d98728ff4742a4b2d9 /recipes/gcc/gcc-cross_4.3.3.bb | |
parent | a6abba00643c4e565a0f5dee1f1af63cd4e47edc (diff) |
gcc 4.3.3: fix regression from 4.3.1 that caused fortran to get disabled for linux-gnueabi
* powerpc people are welcome to enable fortran as well :)
Diffstat (limited to 'recipes/gcc/gcc-cross_4.3.3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_4.3.3.bb b/recipes/gcc/gcc-cross_4.3.3.bb index 87b3ba5381..d6abff2281 100644 --- a/recipes/gcc/gcc-cross_4.3.3.bb +++ b/recipes/gcc/gcc-cross_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" require gcc-${PV}.inc require gcc-cross4.inc require gcc-configure-cross.inc |