diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-22 19:40:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 19:40:39 +0000 |
commit | cd49c7be0f05ac20ec76176f921936b00e1b2e8f (patch) | |
tree | 42ddcda961ff2b23caa48e88481596518bd1ed89 /packages/gcc/gcc-cross_3.4.4.bb | |
parent | 3b98fa7d6706063736b5a910fc1228c747dabeb5 (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-cross_3.4.4.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.4.4.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb index 9e8ebd51f5..d965e5b399 100644 --- a/packages/gcc/gcc-cross_3.4.4.bb +++ b/packages/gcc/gcc-cross_3.4.4.bb @@ -5,10 +5,7 @@ inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" # NOTE: split PR. If the main .oe changes something that affects its *build* # remember to increment this one too. -PR = "r2" - -# At present the thumb implementation is non-functional -ARM_INSTRUCTION_SET = "" +PR = "r3" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |