Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-07-14 Thread Riku Voipio
On Tue, Jun 10, 2014 at 04:06:39PM +0300, Riku Voipio wrote: > On Mon, Jun 09, 2014 at 01:21:34AM +0100, Ben Hutchings wrote: > > The Debian armhf architecture uses the ARM EABI hard-float variant, > > whereas armel uses the soft-float variant. Although the kernel > > doesn't use FP itself, CONFIG

Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-10 Thread Ian Campbell
On Tue, 2014-06-10 at 22:42 +0100, Ben Hutchings wrote: > On Mon, 2014-06-09 at 08:04 +0100, Ian Campbell wrote: > > On Mon, 2014-06-09 at 01:21 +0100, Ben Hutchings wrote: > > > The Debian armhf architecture uses the ARM EABI hard-float variant, > > > whereas armel uses the soft-float variant. Al

Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-10 Thread Ben Hutchings
On Mon, 2014-06-09 at 08:04 +0100, Ian Campbell wrote: > On Mon, 2014-06-09 at 01:21 +0100, Ben Hutchings wrote: > > The Debian armhf architecture uses the ARM EABI hard-float variant, > > whereas armel uses the soft-float variant. Although the kernel > > doesn't use FP itself, CONFIG_VFP must be

Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-10 Thread Riku Voipio
On Mon, Jun 09, 2014 at 01:21:34AM +0100, Ben Hutchings wrote: > The Debian armhf architecture uses the ARM EABI hard-float variant, > whereas armel uses the soft-float variant. Although the kernel > doesn't use FP itself, CONFIG_VFP must be enabled to support > hard-float userland and will probab

Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-10 Thread Fathi Boudra
On 9 June 2014 03:21, Ben Hutchings wrote: > The Debian armhf architecture uses the ARM EABI hard-float variant, > whereas armel uses the soft-float variant. Although the kernel > doesn't use FP itself, CONFIG_VFP must be enabled to support > hard-float userland and will probably be disabled when

Re: [PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-09 Thread Ian Campbell
On Mon, 2014-06-09 at 01:21 +0100, Ben Hutchings wrote: > The Debian armhf architecture uses the ARM EABI hard-float variant, > whereas armel uses the soft-float variant. Although the kernel > doesn't use FP itself, CONFIG_VFP must be enabled to support > hard-float userland and will probably be d

[PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture

2014-06-08 Thread Ben Hutchings
The Debian armhf architecture uses the ARM EABI hard-float variant, whereas armel uses the soft-float variant. Although the kernel doesn't use FP itself, CONFIG_VFP must be enabled to support hard-float userland and will probably be disabled when supporting a soft-float userland. So set the archi