Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Preparatory work on toolchains - v4
@ 2010-07-27 22:08 Yann E. MORIN
  2010-07-27 22:08 ` [Buildroot] [PATCH 1/4] toolchain: move helper functions from external toolchain Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yann E. MORIN @ 2010-07-27 22:08 UTC (permalink / raw)
  To: buildroot

Hello All!

These are preparatory work on toolchain, laying ground to later add
crosstool-NG as a backend.

Changes since v3:
- rebased against latest tree
- removed patch #5 (rename base makefile target) as there's issue
  with it

Changes since v2:
- rebased againts latest tree
- enhance commit message for 3rd patch

Changes since v1:
- rebased against latest tree
- patches formatted to detect renames/copies

Yann E. MORIN (4):
      toolchain: move helper functions from external toolchain
      toolchain: rename external toolchain dir
      toolchain: move makefile includes
      toolchain: move buildroot config files

 Makefile                                           |   15 +-
 toolchain/Config.in                                |   16 +-
 toolchain/external-toolchain/ext-tool.mk           |  356 --------------------
 toolchain/helpers.mk                               |  244 ++++++++++++++
 toolchain/toolchain-buildroot.mk                   |   12 +
 .../{Config.in.1 => toolchain-buildroot/Config.in} |    2 +-
 toolchain/toolchain-buildroot/Config.in.2          |   37 ++
 toolchain/{Config.in.2 => toolchain-common.in}     |   46 +--
 toolchain/toolchain-external.mk                    |   14 +
 .../Config.in                                      |    0
 .../Config.in.2                                    |    0
 toolchain/toolchain-external/ext-tool.mk           |  115 +++++++
 12 files changed, 439 insertions(+), 418 deletions(-)
 delete mode 100644 toolchain/external-toolchain/ext-tool.mk
 create mode 100644 toolchain/helpers.mk
 create mode 100644 toolchain/toolchain-buildroot.mk
 rename toolchain/{Config.in.1 => toolchain-buildroot/Config.in} (82%)
 create mode 100644 toolchain/toolchain-buildroot/Config.in.2
 rename toolchain/{Config.in.2 => toolchain-common.in} (84%)
 create mode 100644 toolchain/toolchain-external.mk
 rename toolchain/{external-toolchain => toolchain-external}/Config.in (100%)
 rename toolchain/{external-toolchain => toolchain-external}/Config.in.2 (100%)
 create mode 100644 toolchain/toolchain-external/ext-tool.mk

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

end of thread, other threads:[~2010-07-28 15:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 22:08 [Buildroot] [PATCH 0/4] Preparatory work on toolchains - v4 Yann E. MORIN
2010-07-27 22:08 ` [Buildroot] [PATCH 1/4] toolchain: move helper functions from external toolchain Yann E. MORIN
2010-07-27 22:08 ` [Buildroot] [PATCH 2/4] toolchain: rename external toolchain dir Yann E. MORIN
2010-07-27 22:08 ` [Buildroot] [PATCH 3/4] toolchain: move makefile includes Yann E. MORIN
2010-07-27 22:08 ` [Buildroot] [PATCH 4/4] toolchain: move buildroot config files Yann E. MORIN
2010-07-28 15:20 ` [Buildroot] [PATCH 0/4] Preparatory work on toolchains - v4 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox