Skip to content
Commit 63a478fb authored by Ben Hutchings's avatar Ben Hutchings Committed by Michal Marek
Browse files

deb-pkg: Add automatic support for armhf architecture



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 architecture to armhf by default when
CONFIG_AEABI and CONFIG_VFP are both enabled.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
Acked-by: default avatarFathi Boudra <fathi.boudra@linaro.org>
Reviewed-by: default avatarRiku Voipio <riku.voipio@linaro.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 7c2aa611
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment