summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-csl-arm-2005q3.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-16 00:34:24 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-16 00:34:24 +0000
commitfab7419cc6a2e53d1cc122abb6d8a3ce0e46fd07 (patch)
treed6e97778e54a971bb9d6334187202af54653c553 /packages/gcc/gcc-csl-arm-2005q3.inc
parent9d362ff9245347ab553cb7d47495b496cbb6ba1d (diff)
gcc: Move old style gcc*build*.inc includes into gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work).
Diffstat (limited to 'packages/gcc/gcc-csl-arm-2005q3.inc')
-rw-r--r--packages/gcc/gcc-csl-arm-2005q3.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gcc/gcc-csl-arm-2005q3.inc b/packages/gcc/gcc-csl-arm-2005q3.inc
index bcff26519b..5d77ecbd07 100644
--- a/packages/gcc/gcc-csl-arm-2005q3.inc
+++ b/packages/gcc/gcc-csl-arm-2005q3.inc
@@ -1,4 +1,5 @@
require gcc-common.inc
+
BINV = "3.4.4"
PV = "3.4.4+csl-arm-2005q3"
PV_chinook-compat = "3.4.4cs2005q3.2"
@@ -9,6 +10,8 @@ SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-20
file://gcc_optab_arm.patch;patch=1 \
file://gcc-3.4.4-eabi-bigendian.patch;patch=1"
+S = "${WORKDIR}/gcc-2005q3"
+
do_unpack2() {
cd ${WORKDIR}
tar -xvjf ./arm-2005q3-2-arm-none-eabi/gcc-2005q3-2.tar.bz2
@@ -16,6 +19,4 @@ do_unpack2() {
addtask unpack2 after do_unpack before do_patch
-require gcc3-build.inc
-S = "${WORKDIR}/gcc-2005q3"