diff options
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc new file mode 100644 index 0000000..76660d3 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc | |||
@@ -0,0 +1,73 @@ | |||
1 | require recipes-devtools/gcc/gcc-4.8.inc | ||
2 | PV = "linaro-${BASEPV}" | ||
3 | |||
4 | MMYY = "14.04" | ||
5 | RELEASE = "20${MMYY}" | ||
6 | PR = "r${RELEASE}" | ||
7 | BINV = "4.8.3" | ||
8 | |||
9 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}" | ||
10 | FILESPATH_append := ":${COREBASE}/meta/recipes-devtools/gcc/gcc-4.8" | ||
11 | |||
12 | SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.xz \ | ||
13 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | ||
14 | file://0002-uclibc-conf.patch \ | ||
15 | file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \ | ||
16 | file://0004-uclibc-locale.patch \ | ||
17 | file://0005-uclibc-locale-no__x.patch \ | ||
18 | file://0006-uclibc-locale-wchar_fix.patch \ | ||
19 | file://0007-uclibc-locale-update.patch \ | ||
20 | file://0008-missing-execinfo_h.patch \ | ||
21 | file://0009-c99-snprintf.patch \ | ||
22 | file://0010-c99-complex-ugly-hack.patch \ | ||
23 | file://0011-index_macro.patch \ | ||
24 | file://0012-libmudflap-susv3-legacy.patch \ | ||
25 | file://0013-libstdc-namespace.patch \ | ||
26 | file://0014-sh-pr24836.patch \ | ||
27 | file://0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch;apply=no \ | ||
28 | file://0016-gcc-poison-system-directories.patch \ | ||
29 | file://0017-gcc-poison-dir-extend.patch \ | ||
30 | file://0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | ||
31 | file://0019-64-bit-multilib-hack.patch \ | ||
32 | file://0020-optional-libstdc.patch \ | ||
33 | file://0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \ | ||
34 | file://0022-COLLECT_GCC_OPTIONS.patch \ | ||
35 | file://0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ | ||
36 | file://0024-PR-target-32219.patch \ | ||
37 | file://0025-fortran-cross-compile-hack.patch \ | ||
38 | file://0026-libgcc-sjlj-check.patch \ | ||
39 | file://0027-cpp-honor-sysroot.patch \ | ||
40 | file://0028-MIPS64-Default-to-N64-ABI.patch \ | ||
41 | file://0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ | ||
42 | file://0030-gcc-Fix-argument-list-too-long-error.patch \ | ||
43 | file://0031-Disable-sdt.patch \ | ||
44 | file://0032-libtool.patch \ | ||
45 | file://0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \ | ||
46 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ | ||
47 | file://0035-wcast-qual-PR-55383.patch \ | ||
48 | file://0037-gcc-4.8-PR56797.patch \ | ||
49 | file://0038-gcc-4.8-build-args.patch;apply=no \ | ||
50 | file://0039-gcc-4.8-PR57717.patch;apply=no \ | ||
51 | file://0040-fix-g++-sysroot.patch \ | ||
52 | file://0041-libtool-avoid-libdir.patch \ | ||
53 | file://0042-pr57748.patch \ | ||
54 | file://0043-cpp.patch \ | ||
55 | file://0044-gengtypes.patch \ | ||
56 | file://0045-gcc-4.8-PR57717-PowerPC-E500v2.patch \ | ||
57 | file://0046-libatomic-deptracking.patch \ | ||
58 | file://0047-repomembug.patch \ | ||
59 | file://0048-PR58854_fix_arm_apcs_epilogue.patch;apply=no \ | ||
60 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ | ||
61 | file://0050-PR-target-58595.patch \ | ||
62 | file://use-lib-for-aarch64.patch \ | ||
63 | file://0001-AArch64-Define-BE-loader-name.patch \ | ||
64 | file://AArch64-Define-BE-loader-name-default-be.patch \ | ||
65 | file://add-install-ptest-to-Makefile.patch \ | ||
66 | file://run-ptest \ | ||
67 | " | ||
68 | |||
69 | SRC_URI[md5sum] = "5ba2f3a449b1658ccc09d27cc7ab3c03" | ||
70 | SRC_URI[sha256sum] = "9a72b00f50265fc6ea92e95383fa0b25450cf15fc685a33a67ad15e10a008808" | ||
71 | |||
72 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}" | ||
73 | B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}" | ||