From patchwork Thu Sep 6 04:35:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/4] GCC fixes and updates Date: Thu, 06 Sep 2012 04:35:35 -0000 From: Khem Raj X-Patchwork-Id: 36023 Message-Id: To: openembedded-core@lists.openembedded.org This patchset switches us back to using svn for SRC_URI and fixes building for armv4 and ppc soft float targets Finally fixes for libgcc to build with new build sequence such that its same with gcc-cross and gcc-cross-initial The following changes since commit 610f8c0c0cab8e258919689fd641faec28b58caf: adt-installer: Allow changing YOCTOADT_REPO (2012-09-05 23:27:31 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/gcc-updates http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/gcc-updates Khem Raj (4): gcc: Switch SRC_URI to use svn gcc-4.7: Fix build for armv4/EABI and ppc/Os arch-armv4.inc: On armv4 add --fix-v4bx to linker flags for kernel gcc-4.7: Backport libgcc fixes to appease the new build sequence meta/conf/machine/include/arm/arch-armv4.inc | 1 + meta/recipes-devtools/gcc/gcc-4.7.inc | 14 +-- ...-vis_hide-gen-hide-list-Do-not-make-defin.patch | 93 ++++++++++++++++++++ ...USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch | 49 +++++++++++ .../gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch | 29 ++++++ .../gcc/gcc-4.7/ppc_no_crtsavres.patch | 21 +++++ 6 files changed, 202 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/ppc_no_crtsavres.patch