summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_3.4.4.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-22 19:40:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-22 19:40:39 +0000
commitcd49c7be0f05ac20ec76176f921936b00e1b2e8f (patch)
tree42ddcda961ff2b23caa48e88481596518bd1ed89 /packages/gcc/gcc_3.4.4.bb
parent3b98fa7d6706063736b5a910fc1228c747dabeb5 (diff)
gcc_3.4.4: updated thumb patches
The four previous thumb related patch files have been combined into one and simplified. Additional problems with call_via_rX functions being called via the PLT have been fixed (the functions can no longer be called this way - they are hidden). Unnecessary adds of exports of these functions from libgcc have been removed.
Diffstat (limited to 'packages/gcc/gcc_3.4.4.bb')
-rw-r--r--packages/gcc/gcc_3.4.4.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb
index e34eaf717c..5be603f2ca 100644
--- a/packages/gcc/gcc_3.4.4.bb
+++ b/packages/gcc/gcc_3.4.4.bb
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -9,9 +9,6 @@ inherit autotools gettext
include gcc-package.inc
-# At present the thumb implementation is non-functional
-ARM_INSTRUCTION_SET = ""
-
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc34-reverse-compare.patch;patch=1 \
file://gcc34-arm-ldm.patch;patch=1 \
@@ -27,10 +24,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://15342.patch;patch=1 \
file://always-fixincperm.patch;patch=1"
-SRC_URI += "file://gcc34-thumb-div0.patch;patch=1"
-SRC_URI += "file://gcc34-thumb-clearinsn.patch;patch=1"
-SRC_URI += "file://gcc34-thumb-lib1asmfuncs.patch;patch=1"
-SRC_URI += "file://gcc34-thumb-interwork.patch;patch=1"
SRC_URI += "file://gcc34-configure.in.patch;patch=1"
+SRC_URI += "file://gcc34-thumb-support.patch;patch=1"
include gcc3-build.inc