summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_3.4.4.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-09 22:38:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-09 22:38:20 +0000
commit752cfd0f5f3ef6666c8be5c63d56c082b181569b (patch)
tree4ba02e54c843e9f46bde5f15deeb519919220c4b /packages/gcc/gcc_3.4.4.bb
parent54e9c86c965874e1843b98fd0d625a333fe17289 (diff)
gcc(libgcc_s.so.1): fix the arm interwork _call_via_rX out of line ops
The interworking symbols were being built but not exported from libgcc (i.e. they were not in the version file), added a specific version file for them and updated t-linux. Forced the cross build to always generate ARM instructions (the thumb version does not currently work), bumped PRs.
Diffstat (limited to 'packages/gcc/gcc_3.4.4.bb')
-rw-r--r--packages/gcc/gcc_3.4.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb
index f4a67b77c2..4d1e8fca63 100644
--- a/packages/gcc/gcc_3.4.4.bb
+++ b/packages/gcc/gcc_3.4.4.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -27,6 +27,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
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"
include gcc3-build.inc