summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-4.5.0.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-11-08 08:30:41 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:25 -0800
commitb1dd356f5eab11fa6fc18013189e51c13fdd763b (patch)
treea1c8e13223ea108b88507c35dfdf0c1b9d6f1edb /meta/recipes-devtools/gcc/gcc-4.5.0.inc
parentcaf8fe37496f49ed920036ac8763ec56b0029570 (diff)
downloadopenembedded-core-b1dd356f5eab11fa6fc18013189e51c13fdd763b.tar.gz
openembedded-core-b1dd356f5eab11fa6fc18013189e51c13fdd763b.tar.bz2
openembedded-core-b1dd356f5eab11fa6fc18013189e51c13fdd763b.tar.xz
openembedded-core-b1dd356f5eab11fa6fc18013189e51c13fdd763b.zip
gcc: upgrade from 4.5.0 to 4.5.1
Removed these patches which are not needed anymore. gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is part of the 4.5.1 branch. So moving to 4.5.1 makes this patch obsolete gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need of this patch gcc-pr43698-arm-rev-instr.patch: upstream has this fix. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.0.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.5.0.inc84
1 files changed, 0 insertions, 84 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.0.inc b/meta/recipes-devtools/gcc/gcc-4.5.0.inc
deleted file mode 100644
index 9a0a5e567..000000000
--- a/meta/recipes-devtools/gcc/gcc-4.5.0.inc
+++ /dev/null
@@ -1,84 +0,0 @@
-require gcc-common.inc
-LICENSE = "GPLv3"
-
-DEPENDS =+ "mpfr gmp libmpc elfutils"
-NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
-
-SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
- file://gcc-4.5.0_to_svn_162697.patch.bz2 \
- file://gcc_revert_base_version_to_4.5.0.patch \
- file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
- file://100-uclibc-conf.patch \
- file://gcc-uclibc-locale-ctype_touplow_t.patch \
- file://cache-amnesia.patch \
- file://gcc-flags-for-build.patch \
- file://libstdc++-emit-__cxa_end_cleanup-in-text.patch \
- file://arm-bswapsi2.patch \
- file://gcc-pr43698-arm-rev-instr.patch \
- \
- file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
- file://fedora/gcc43-ia64-libunwind.patch;striplevel=0 \
- file://fedora/gcc43-java-nomulti.patch;striplevel=0 \
- file://fedora/gcc43-ppc32-retaddr.patch;striplevel=0 \
- file://fedora/gcc43-pr32139.patch;striplevel=0 \
- file://fedora/gcc43-pr33763.patch;striplevel=0 \
- file://fedora/gcc43-rh330771.patch;striplevel=0 \
- file://fedora/gcc43-rh341221.patch;striplevel=0 \
- file://fedora/gcc43-java-debug-iface-type.patch;striplevel=0 \
- file://fedora/gcc43-i386-libgomp.patch;striplevel=0 \
- file://103-uclibc-conf-noupstream.patch \
- file://200-uclibc-locale.patch \
- file://203-uclibc-locale-no__x.patch;striplevel=1 \
- file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \
- file://205-uclibc-locale-update.patch;striplevel=1 \
- file://301-missing-execinfo_h.patch \
- file://302-c99-snprintf.patch \
- file://303-c99-complex-ugly-hack.patch \
- file://304-index_macro.patch \
- file://305-libmudflap-susv3-legacy.patch \
- file://306-libstdc++-namespace.patch \
- file://740-sh-pr24836.patch \
- file://800-arm-bigendian.patch \
- file://904-flatten-switch-stmt-00.patch \
- file://arm-nolibfloat.patch \
- file://arm-softfloat.patch \
- file://zecke-xgcc-cpp.patch \
- file://gcc-poison-system-directories.patch \
- file://gcc-poison-dir-extend.patch \
- file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
- file://64bithack.patch \
- file://optional_libstdc.patch \
- file://disable_relax_pic_calls_flag.patch \
- file://gcc-poison-parameters.patch \
- "
-
-SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "
-
-# Language Overrides
-FORTRAN = ""
-JAVA = ""
-
-#EXTRA_OECONF_BASE = " --enable-cheaders=c_std \
-# --enable-libssp \
-# --disable-bootstrap \
-# --disable-libgomp \
-# --disable-libmudflap"
-EXTRA_OECONF_BASE = " --enable-lto \
- --enable-libssp \
- --disable-bootstrap \
- --disable-libgomp \
- --disable-libmudflap \
- --enable-cheaders=c_global "
-
-EXTRA_OECONF_INITIAL = "--disable-libmudflap \
- --disable-libgomp \
- --disable-libssp \
- --enable-decimal-float=no"
-
-EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \
- --disable-libgomp \
- --disable-libssp"
-
-EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
-EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
-EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "