From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH] gcc: Drop 4.7.2 version since 4.8 is stable now
Date: Fri, 20 Dec 2013 13:06:50 +0000 [thread overview]
Message-ID: <1387544810.6402.98.camel@ted> (raw)
We've had 4.8 around for a while now, I'm not aware of any issues with
it so we can drop the older 4.7 version.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[diffstat send instead of a patch to keep things smaller for the list]
meta/recipes-devtools/gcc/gcc-4.7.inc | 145
meta/recipes-devtools/gcc/gcc-4.7/0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch | 93
meta/recipes-devtools/gcc/gcc-4.7/0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch | 49
meta/recipes-devtools/gcc/gcc-4.7/100-uclibc-conf.patch | 39
meta/recipes-devtools/gcc/gcc-4.7/200-uclibc-locale.patch | 2810 ----------
meta/recipes-devtools/gcc/gcc-4.7/203-uclibc-locale-no__x.patch | 235
meta/recipes-devtools/gcc/gcc-4.7/204-uclibc-locale-wchar_fix.patch | 54
meta/recipes-devtools/gcc/gcc-4.7/205-uclibc-locale-update.patch | 521 -
meta/recipes-devtools/gcc/gcc-4.7/301-missing-execinfo_h.patch | 15
meta/recipes-devtools/gcc/gcc-4.7/302-c99-snprintf.patch | 15
meta/recipes-devtools/gcc/gcc-4.7/303-c99-complex-ugly-hack.patch | 16
meta/recipes-devtools/gcc/gcc-4.7/304-index_macro.patch | 30
meta/recipes-devtools/gcc/gcc-4.7/305-libmudflap-susv3-legacy.patch | 51
meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch | 40
meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch | 63
meta/recipes-devtools/gcc/gcc-4.7/740-sh-pr24836.patch | 31
meta/recipes-devtools/gcc/gcc-4.7/800-arm-bigendian.patch | 36
meta/recipes-devtools/gcc/gcc-4.7/COLLECT_GCC_OPTIONS.patch | 25
meta/recipes-devtools/gcc/gcc-4.7/GLIBC_DYNAMIC_LINKER.patch | 165
meta/recipes-devtools/gcc/gcc-4.7/arm-hard-float-loader.patch | 48
meta/recipes-devtools/gcc/gcc-4.7/avoid-oob-array-access.patch | 45
meta/recipes-devtools/gcc/gcc-4.7/cpp-honor-sysroot.patch | 40
meta/recipes-devtools/gcc/gcc-4.7/define_insn_reservation.patch | 118
meta/recipes-devtools/gcc/gcc-4.7/disable-texinfo-5.patch | 107
meta/recipes-devtools/gcc/gcc-4.7/disable_relax_pic_calls_flag.patch | 48
meta/recipes-devtools/gcc/gcc-4.7/disablesdt.patch | 66
meta/recipes-devtools/gcc/gcc-4.7/fix-g++-sysroot.patch | 428 -
meta/recipes-devtools/gcc/gcc-4.7/fortran-cross-compile-hack.patch | 32
meta/recipes-devtools/gcc/gcc-4.7/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 33
meta/recipes-devtools/gcc/gcc-4.7/gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch | 116
meta/recipes-devtools/gcc/gcc-4.7/gcc-argument-list-too-long.patch | 33
meta/recipes-devtools/gcc/gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch | 31
meta/recipes-devtools/gcc/gcc-4.7/gcc-poison-dir-extend.patch | 27
meta/recipes-devtools/gcc/gcc-4.7/gcc-poison-system-directories.patch | 223
meta/recipes-devtools/gcc/gcc-4.7/gcc-uclibc-locale-ctype_touplow_t.patch | 72
meta/recipes-devtools/gcc/gcc-4.7/libgcc-sjlj-check.patch | 61
meta/recipes-devtools/gcc/gcc-4.7/libtool.patch | 29
meta/recipes-devtools/gcc/gcc-4.7/mips64-default-n64.patch | 19
meta/recipes-devtools/gcc/gcc-4.7/optional_libstdc.patch | 86
meta/recipes-devtools/gcc/gcc-4.7/ppc_no_crtsavres.patch | 72
meta/recipes-devtools/gcc/gcc-4.7/ppc_with_cpu.patch | 752 --
meta/recipes-devtools/gcc/gcc-4.7/ppce5500-e6500-support.patch | 713 --
meta/recipes-devtools/gcc/gcc-4.7/pr32219.patch | 72
meta/recipes-devtools/gcc/gcc-4.7/rs6000-tables.patch | 135
meta/recipes-devtools/gcc/gcc-4.7/use-defaults.h-and-t-oe-in-B.patch | 77
meta/recipes-devtools/gcc/gcc-4.7/use-ml-conf-files-from-B.patch | 87
meta/recipes-devtools/gcc/gcc-4.7/wcast-qual-PR55383.patch | 43
meta/recipes-devtools/gcc/gcc-cross-canadian_4.7.bb | 3
meta/recipes-devtools/gcc/gcc-cross-initial_4.7.bb | 2
meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 3
meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb | 3
meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb | 2
meta/recipes-devtools/gcc/gcc-runtime_4.7.bb | 3
meta/recipes-devtools/gcc/gcc_4.7.bb | 2
meta/recipes-devtools/gcc/libgcc_4.7.bb | 3
reply other threads:[~2013-12-20 13:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387544810.6402.98.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.