diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc new file mode 100644 index 0000000..2334719 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc | |||
@@ -0,0 +1,73 @@ | |||
1 | require recipes-devtools/gcc/gcc-4.9.inc | ||
2 | PV = "linaro-${BASEPV}" | ||
3 | |||
4 | MMYY = "14.11" | ||
5 | RELEASE = "20${MMYY}" | ||
6 | PR = "r${RELEASE}" | ||
7 | BINV = "4.9.3" | ||
8 | |||
9 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}" | ||
10 | FILESPATH_append := ":${COREBASE}/meta/recipes-devtools/gcc/gcc-4.9" | ||
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://0013-libstdc-namespace.patch \ | ||
25 | file://0014-sh-pr24836.patch \ | ||
26 | file://0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch \ | ||
27 | file://0016-gcc-poison-system-directories.patch \ | ||
28 | file://0017-gcc-poison-dir-extend.patch \ | ||
29 | file://0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | ||
30 | file://0019-64-bit-multilib-hack.patch \ | ||
31 | file://0020-optional-libstdc.patch \ | ||
32 | file://0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \ | ||
33 | file://0022-COLLECT_GCC_OPTIONS.patch \ | ||
34 | file://0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ | ||
35 | file://0024-PR-target-32219.patch \ | ||
36 | file://0025-fortran-cross-compile-hack.patch \ | ||
37 | file://0026-libgcc-sjlj-check.patch \ | ||
38 | file://0027-cpp-honor-sysroot.patch \ | ||
39 | file://0028-MIPS64-Default-to-N64-ABI.patch \ | ||
40 | file://0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ | ||
41 | file://0030-gcc-Fix-argument-list-too-long-error.patch \ | ||
42 | file://0031-Disable-sdt.patch \ | ||
43 | file://0032-libtool.patch \ | ||
44 | file://0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \ | ||
45 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ | ||
46 | file://0037-gcc-4.8-PR56797.patch \ | ||
47 | file://0040-fix-g++-sysroot.patch \ | ||
48 | file://0041-libtool-avoid-libdir.patch \ | ||
49 | file://0043-cpp.patch \ | ||
50 | file://0044-gengtypes.patch \ | ||
51 | file://0046-libatomic-deptracking.patch \ | ||
52 | file://0047-repomembug.patch \ | ||
53 | file://0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch \ | ||
54 | file://0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch \ | ||
55 | file://0051-eabispe.patch \ | ||
56 | file://0052-Fix-GCC-targeting-E500-SPE-errors-with-the-_Decimal64-type.patch;apply=no \ | ||
57 | file://0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch \ | ||
58 | file://0054-gcc-Makefile.in-fix-parallel-building-failure.patch \ | ||
59 | file://0055-PR-rtl-optimization-61801.patch;apply=no \ | ||
60 | file://0056-top-level-reorder_gcc-bug-61144.patch \ | ||
61 | file://0058-gcc-r212171.patch \ | ||
62 | file://0059-gcc-PR-rtl-optimization-63348.patch \ | ||
63 | file://AArch64-Define-BE-loader-name-default-be.patch \ | ||
64 | file://use-lib-for-aarch64.patch \ | ||
65 | file://1001-add-install-ptest-to-Makefile.patch \ | ||
66 | file://run-ptest \ | ||
67 | " | ||
68 | |||
69 | SRC_URI[md5sum] = "a0fda0cc4408f935086bb156aeef5ff9" | ||
70 | SRC_URI[sha256sum] = "7e176614b4a39259bfe4dad08d89651f511f3e52c2201210037b48cce90cc32a" | ||
71 | |||
72 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}" | ||
73 | B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}" | ||