diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6.inc')
| -rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6.inc | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6.inc b/toolchain-layer/recipes-devtools/gcc/gcc-4.6.inc deleted file mode 100644 index 83e9a9f55c..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6.inc +++ /dev/null | |||
| @@ -1,119 +0,0 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-common.inc | ||
| 2 | |||
| 3 | PR = "r27" | ||
| 4 | |||
| 5 | # Third digit in PV should be incremented after a minor release | ||
| 6 | # happens from this branch on gcc e.g. currently its 4.6.0 | ||
| 7 | # when 4.6.1 is releases and we bump SRCREV beyond the release | ||
| 8 | # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} | ||
| 9 | # to reflect that change | ||
| 10 | |||
| 11 | PV = "4.6.3+svnr${SRCPV}" | ||
| 12 | |||
| 13 | # BINV should be incremented after updating to a revision | ||
| 14 | # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made | ||
| 15 | # the value will be minor-release+1 e.g. if current minor release was | ||
| 16 | # 4.6.1 then the value below will have 2 which will mean 4.6.2 | ||
| 17 | # which will be next minor release and so on. | ||
| 18 | |||
| 19 | BINV = "4.6.4" | ||
| 20 | |||
| 21 | SRCREV = "184847" | ||
| 22 | BRANCH = "gcc-4_6-branch" | ||
| 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | ||
| 24 | |||
| 25 | DEPENDS =+ "mpfr gmp libmpc" | ||
| 26 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | ||
| 27 | |||
| 28 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | ||
| 29 | |||
| 30 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
| 31 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 32 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | ||
| 33 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
| 34 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" | ||
| 35 | |||
| 36 | SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \ | ||
| 37 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | ||
| 38 | file://100-uclibc-conf.patch \ | ||
| 39 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ | ||
| 40 | file://cache-amnesia.patch \ | ||
| 41 | file://gcc-flags-for-build.patch \ | ||
| 42 | file://103-uclibc-conf-noupstream.patch \ | ||
| 43 | file://200-uclibc-locale.patch \ | ||
| 44 | file://203-uclibc-locale-no__x.patch; \ | ||
| 45 | file://204-uclibc-locale-wchar_fix.patch; \ | ||
| 46 | file://205-uclibc-locale-update.patch; \ | ||
| 47 | file://301-missing-execinfo_h.patch \ | ||
| 48 | file://302-c99-snprintf.patch \ | ||
| 49 | file://303-c99-complex-ugly-hack.patch \ | ||
| 50 | file://304-index_macro.patch \ | ||
| 51 | file://305-libmudflap-susv3-legacy.patch \ | ||
| 52 | file://306-libstdc++-namespace.patch \ | ||
| 53 | file://740-sh-pr24836.patch \ | ||
| 54 | file://800-arm-bigendian.patch \ | ||
| 55 | file://904-flatten-switch-stmt-00.patch \ | ||
| 56 | file://arm-nolibfloat.patch \ | ||
| 57 | file://arm-softfloat.patch \ | ||
| 58 | file://zecke-xgcc-cpp.patch \ | ||
| 59 | file://gcc-poison-system-directories.patch \ | ||
| 60 | file://gcc-poison-dir-extend.patch \ | ||
| 61 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | ||
| 62 | file://64bithack.patch \ | ||
| 63 | file://optional_libstdc.patch \ | ||
| 64 | file://disable_relax_pic_calls_flag.patch \ | ||
| 65 | file://COLLECT_GCC_OPTIONS.patch \ | ||
| 66 | file://use-defaults.h-and-t-oe-in-B.patch \ | ||
| 67 | file://powerpc-e5500.patch \ | ||
| 68 | file://fix-for-ice-50099.patch \ | ||
| 69 | file://gcc-with-linker-hash-style.patch \ | ||
| 70 | file://pr46934.patch \ | ||
| 71 | file://pr32219.patch \ | ||
| 72 | file://pr47551.patch \ | ||
| 73 | file://gcc-arm-set-cost.patch \ | ||
| 74 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | ||
| 75 | file://fortran-cross-compile-hack.patch \ | ||
| 76 | file://cpp-honour-sysroot.patch \ | ||
| 77 | file://mips64-default-n64.patch \ | ||
| 78 | file://gcc-argument-list-too-long.patch \ | ||
| 79 | " | ||
| 80 | |||
| 81 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " | ||
| 82 | |||
| 83 | #S = "${WORKDIR}/${BRANCH}" | ||
| 84 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" | ||
| 85 | B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}" | ||
| 86 | |||
| 87 | # Language Overrides | ||
| 88 | FORTRAN = "" | ||
| 89 | JAVA = "" | ||
| 90 | |||
| 91 | EXTRA_OECONF_BASE = " --enable-lto \ | ||
| 92 | --enable-libssp \ | ||
| 93 | --disable-bootstrap \ | ||
| 94 | --disable-libgomp \ | ||
| 95 | --disable-libmudflap \ | ||
| 96 | --with-system-zlib \ | ||
| 97 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | ||
| 98 | --with-ppl=no \ | ||
| 99 | --with-cloog=no \ | ||
| 100 | --enable-cheaders=c_global " | ||
| 101 | |||
| 102 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | ||
| 103 | --disable-libgomp \ | ||
| 104 | --disable-libssp \ | ||
| 105 | --disable-libquadmath \ | ||
| 106 | --with-system-zlib \ | ||
| 107 | --disable-lto \ | ||
| 108 | --disable-plugin \ | ||
| 109 | --enable-decimal-float=no" | ||
| 110 | |||
| 111 | EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \ | ||
| 112 | --disable-libgomp \ | ||
| 113 | --disable-libquadmath \ | ||
| 114 | --with-system-zlib \ | ||
| 115 | --disable-lto \ | ||
| 116 | --disable-plugin \ | ||
| 117 | --disable-libssp" | ||
| 118 | |||
| 119 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | ||
