Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch yem-no-arm-oabi
@ 2013-07-06 20:48 Yann E. MORIN
  2013-07-06 20:48 ` [Buildroot] [PATCH 01/12] package/uclibc: fix indentation (use tabs, not spaces) Yann E. MORIN
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-07-06 20:48 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

This series finally gets rid of the legacy ARM OABI support.
The series is split in four steps:

  - Patch 2 makes OABI un-selectable by entirely removing the
    symbol from the Kconfig options
  - Patches 3-5 remove all code called when OABI is set
  - Patches 6-11 remove all code conditional on EABI, and make
    it unconditional, since EABI is all we support now
  - Patch 11 finally gets rid of the EABI symbol altogether.

As a bonus, patch 1 is a trivial indentation fix (use tabs, not spaces).

As discussed with Thomas on IRC, this will most probably come
clashing with his own hard-float related series.

Regards,
Yann E. MORIN.


The following changes since commit 7cbebbc48c26ddfb18da23ffba356744a5592ea6:

  Add 'bc' in the mandatory dependencies (2013-07-05 15:30:43 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-no-arm-oabi

for you to fetch changes up to 95403113defe7a6c8f713a3e2ba0c85ca1e6df3b:

  arch/arm: remove ARM_EABI symbol since there's no users left (2013-07-06 22:40:11 +0200)

----------------------------------------------------------------
Yann E. MORIN (12):
      package/uclibc: fix indentation (use tabs, not spaces)
      arch/arm: remove OABI option
      arch/arm: remove setting gcc's apcs-gnu ABI (aka OABI)
      package/uclibc: ARM OABI is no longer supported
      toolchain/helpers: ARM OABI is no longer supported
      arch/arm: drop 'if EABI' since it's always true now
      linux: remove EABI conditional
      pkg-infra: dump all ARM OABI references when setting ABI
      toolchain/helpers: only check for an EABI toolchain
      package/owl-linux: drop check for EABI
      package/uClibc: drop ARM EABI conditions
      arch/arm: remove ARM_EABI symbol since there's no users left

 arch/Config.in.arm          | 25 +------------------------
 linux/linux.mk              |  5 ++---
 package/Makefile.in         |  9 ++++-----
 package/owl-linux/Config.in |  5 ++---
 package/uclibc/Config.in    | 11 ++---------
 package/uclibc/uclibc.mk    |  4 +---
 toolchain/helpers.mk        | 13 ++-----------
 7 files changed, 14 insertions(+), 58 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2013-07-07 13:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-06 20:48 [Buildroot] [pull request] Pull request for branch yem-no-arm-oabi Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 01/12] package/uclibc: fix indentation (use tabs, not spaces) Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 02/12] arch/arm: remove OABI option Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 03/12] arch/arm: remove setting gcc's apcs-gnu ABI (aka OABI) Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 04/12] package/uclibc: ARM OABI is no longer supported Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 05/12] toolchain/helpers: " Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 06/12] arch/arm: drop 'if EABI' since it's always true now Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 07/12] linux: remove EABI conditional Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 08/12] pkg-infra: dump all ARM OABI references when setting ABI Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 09/12] toolchain/helpers: only check for an EABI toolchain Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 10/12] package/owl-linux: drop check for EABI Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 11/12] package/uClibc: drop ARM EABI conditions Yann E. MORIN
2013-07-06 20:48 ` [Buildroot] [PATCH 12/12] arch/arm: remove ARM_EABI symbol since there's no users left Yann E. MORIN
2013-07-07 13:09 ` [Buildroot] [pull request] Pull request for branch yem-no-arm-oabi Thomas Petazzoni
2013-07-07 13:20   ` Yann E. MORIN

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