All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] On-target multilib gcc enhacement
@ 2013-01-15 15:08 Constantin Musca
  2013-01-15 15:08 ` [PATCH v3 1/6] gcc: add missing dependency (zlib) Constantin Musca
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Constantin Musca @ 2013-01-15 15:08 UTC (permalink / raw)
  To: openembedded-core

This patchset enables the user to build gcc with configurable multilib options.
The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c:

  linux-libc-headers: fix headers install in long path name environments (2013-01-10 23:53:51 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/gcc_enhan5
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/gcc_enhan4

Constantin Musca (6):
  gcc: add missing dependency (zlib)
  gcc: remove the 64bithack patch
  multilib.conf: add TARGET_ARCH to MULTILIB_SAVE_VARNAME
  gcc: enable multilib for target gcc
  tune-mips32: add BASE_LIB to mips32 tunes
  tune-ppc603e: add BASE_LIB

 meta/conf/machine/include/tune-mips32.inc          |   4 +
 meta/conf/machine/include/tune-ppc603e.inc         |   1 +
 meta/conf/multilib.conf                            |   2 +-
 meta/recipes-devtools/gcc/gcc-4.7.inc              |   5 +-
 meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch  |  63 -------
 meta/recipes-devtools/gcc/gcc-common.inc           |  25 +++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |   3 +-
 meta/recipes-devtools/gcc/gcc-configure-target.inc |   1 +
 meta/recipes-devtools/gcc/gcc-multilib-config.inc  | 198 +++++++++++++++++++++
 meta/recipes-devtools/gcc/libgcc_4.7.bb            |  44 +++++
 10 files changed, 278 insertions(+), 68 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-multilib-config.inc

-- 
1.7.11.7




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-15 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 15:08 [PATCH v3 0/6] On-target multilib gcc enhacement Constantin Musca
2013-01-15 15:08 ` [PATCH v3 1/6] gcc: add missing dependency (zlib) Constantin Musca
2013-01-15 15:08 ` [PATCH v3 2/6] gcc: remove the 64bithack patch Constantin Musca
2013-01-15 15:08 ` [PATCH v3 3/6] multilib.conf: add TARGET_ARCH to MULTILIB_SAVE_VARNAME Constantin Musca
2013-01-15 15:08 ` [PATCH v3 4/6] gcc: enable multilib for target gcc Constantin Musca
2013-01-15 15:08 ` [PATCH v3 5/6] tune-mips32: add BASE_LIB to mips32 tunes Constantin Musca
2013-01-15 15:08 ` [PATCH v3 6/6] tune-ppc603e: add BASE_LIB Constantin Musca

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.