summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx/imx-parser
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-07-27 15:53:33 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-08-03 22:07:01 +0200
commitae753a6403265a466b05fcc5bb125d97c5d573ec (patch)
tree6387992faf96de3272bb859467a457baa86bf85c /package/freescale-imx/imx-parser
parent317bcd4c902e466a0ad2c3236f0267ad3d864dac (diff)
downloadbuildroot-ae753a6403265a466b05fcc5bb125d97c5d573ec.tar.gz
buildroot-ae753a6403265a466b05fcc5bb125d97c5d573ec.zip
imx-parser: add missing configure options
Enable hard float support when the configuration contains: BR2_ARM_EABIHF=y See Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/blob/krogoth/recipes-multimedia/imx-parser/imx-parser.inc Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/freescale-imx/imx-parser')
-rw-r--r--package/freescale-imx/imx-parser/imx-parser.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/freescale-imx/imx-parser/imx-parser.mk b/package/freescale-imx/imx-parser/imx-parser.mk
index 7dd1402491..e5797899b9 100644
--- a/package/freescale-imx/imx-parser/imx-parser.mk
+++ b/package/freescale-imx/imx-parser/imx-parser.mk
@@ -13,6 +13,12 @@ IMX_PARSER_LICENSE = NXP Semiconductor Software License Agreement
IMX_PARSER_LICENSE_FILES = EULA COPYING
IMX_PARSER_REDISTRIBUTE = NO
+ifeq ($(BR2_ARM_EABIHF),y)
+IMX_PARSER_CONF_OPTS += --enable-fhw
+else
+IMX_PARSER_CONF_OPTS += --enable-fsw
+endif
+
define IMX_PARSER_EXTRACT_CMDS
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(IMX_PARSER_SOURCE))
endef
OpenPOWER on IntegriCloud