diff options
Diffstat (limited to 'packages/gcc/gcc_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gcc/gcc_3.4.3.bb b/packages/gcc/gcc_3.4.3.bb index 375c67f15f..c92746be58 100644 --- a/packages/gcc/gcc_3.4.3.bb +++ b/packages/gcc/gcc_3.4.3.bb @@ -1,4 +1,4 @@ -PR = "r10" +PR = "r11" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-3.4.0-arm-bigendian.patch;patch=1 \ file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ file://GCC3.4.0VisibilityPatch.diff;patch=1 \ - file://15342.patch;patch=1" + file://15342.patch;patch=1 \ + file://always-fixincperm.patch;patch=1" include gcc3-build.inc |