summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_3.4.4.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-17 19:28:55 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-17 19:28:55 +0000
commit4d14afc5b314478f0a19d75e5150f0501ce86e82 (patch)
treefebeb10c999ca245436573787069da59a381ba0e /packages/gcc/gcc_3.4.4.bb
parent7cff5f67d4d2e74832a93215761d1de4758d9bb6 (diff)
gcc* 3.4.4: Add patch to accept gcc4-style arm926/1026 subarch names.
* Accept arm926ej-s, arm1026ej-s for -mtune=, as that's what we have in OE.
Diffstat (limited to 'packages/gcc/gcc_3.4.4.bb')
-rw-r--r--packages/gcc/gcc_3.4.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb
index e9e073b1ae..4694d3ac5e 100644
--- a/packages/gcc/gcc_3.4.4.bb
+++ b/packages/gcc/gcc_3.4.4.bb
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "r7"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -23,7 +23,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://15342.patch;patch=1 \
file://always-fixincperm.patch;patch=1 \
file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;patch=1 \
- file://zecke-xgcc-cpp.patch;patch=1 "
+ file://zecke-xgcc-cpp.patch;patch=1 \
+ file://gcc4-mtune-compat.patch;patch=1"
SRC_URI += "file://gcc34-configure.in.patch;patch=1"
SRC_URI += "file://gcc34-thumb-support.patch;patch=1"