ipkg-utils: Make arfile.py handle six digit UIDs
[openembedded.git] / recipes / gcc / gcc-csl-arm-2005q3.inc
1 require gcc-common.inc
2
3 BINV = "3.4.4"
4 PV = "3.4.4+csl-arm-2005q3"
5 PV_chinook-compat = "3.4.4cs2005q3.2"
6
7 FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
8
9 SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \
10            file://gcc_optab_arm.patch;patch=1 \
11            file://gcc-3.4.4-eabi-bigendian.patch;patch=1 \
12            file://libstdc++_configure.patch;patch=1 \
13            file://demangle.patch;patch=1 \
14           "
15
16 S = "${WORKDIR}/gcc-2005q3"
17
18 do_unpack2() {
19         cd ${WORKDIR}
20         tar -xvjf ./arm-2005q3-2-arm-none-eabi/gcc-2005q3-2.tar.bz2
21 }
22
23 addtask unpack2 after do_unpack before do_patch
24
25