summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.2.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-14 12:52:53 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-14 12:52:53 +0000
commit3e0c52908a9c68bd5966fdefef0efa60432f17e5 (patch)
treea5c9e7ca634c8429b9702b0ccf80f71cfd036fe7 /packages/gcc/gcc-cross_4.2.1.bb
parentabf9a579bb3b9e715bf135b343a7d81b863871cb (diff)
gcc3-build-cross.inc: don't add -lgcc_s for avr32
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.1.bb')
-rw-r--r--packages/gcc/gcc-cross_4.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.2.1.bb b/packages/gcc/gcc-cross_4.2.1.bb
index cd75138f0c..4b1de4bd35 100644
--- a/packages/gcc/gcc-cross_4.2.1.bb
+++ b/packages/gcc/gcc-cross_4.2.1.bb
@@ -5,7 +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 = "r12"
+PR = "r13"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"