| Submitter | Thomas Petazzoni |
|---|---|
| Date | Sept. 4, 2012, 1:49 p.m. |
| Message ID | <cover.1346766545.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox |
| Permalink | /patch/181554/ |
| State | Superseded |
| Headers | show |
Pull-request
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git uclibc-arch-type-cleanupComments
Thomas, All, On Tuesday 04 September 2012 15:49:42 Thomas Petazzoni wrote: > Here is a simple patch set that moves BR2_ARM_TYPE and BR2_SPARC_TYPE > to a uClibc-specific place, since those are uClibc specific. This series will come clashing with your reorganising you sent later. What's your plan with those two? Apply this series first, or the other one? I personaly think we should work on the other series first, then add this one after. You could probably aggregate those two series as a single one. Regards, Yann E. MORIN. PS. Reviewing takes time! I used my whole evening reviewing those two series! Pfew... ;-)
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Hello,
Thomas> Here is a simple patch set that moves BR2_ARM_TYPE and BR2_SPARC_TYPE
Thomas> to a uClibc-specific place, since those are uClibc specific.
Committed both, thanks.
Hello, Here is a simple patch set that moves BR2_ARM_TYPE and BR2_SPARC_TYPE to a uClibc-specific place, since those are uClibc specific. Thomas The following changes since commit 27045cde7d18f6132ab804ed30673e3fb3961879: gcc: default to 4.6.x (2012-09-04 13:28:03 +0200) are available in the git repository at: git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git uclibc-arch-type-cleanup for you to fetch changes up to 10451abfa0e2d9ad6d322ec73a726bf520c4c46e: Move BR2_SPARC_TYPE to an uClibc specific place (2012-09-04 15:48:24 +0200) ---------------------------------------------------------------- Thomas Petazzoni (2): Move BR2_ARM_TYPE to an uClibc specific place Move BR2_SPARC_TYPE to an uClibc specific place target/Config.in.arch | 26 -------------------------- toolchain/uClibc/Config.in | 30 ++++++++++++++++++++++++++++++ toolchain/uClibc/uclibc.mk | 4 ++-- 3 files changed, 32 insertions(+), 28 deletions(-) Thanks,