From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 4/4] libfslparser: add missing configure options
Date: Thu, 10 Dec 2015 14:52:40 +0100 [thread overview]
Message-ID: <1449755560-2911-5-git-send-email-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <1449755560-2911-1-git-send-email-gary.bisson@boundarydevices.com>
Enable hard float support when the proper configuration is setup.
BR2_ARM_EABIHF=y
See Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/blob/fido/recipes-
multimedia/libfslparser/libfslparser.inc
Tested with Linaro ARM 2014.09 toolchain.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
Thanks to those options, I could see that libraries from copied from
release/lib/yocto/hw instead of release/lib/yocto/sw.
Regards,
Gary
---
package/libfslparser/libfslparser.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk
index 221d5e4..c2b63ce 100644
--- a/package/libfslparser/libfslparser.mk
+++ b/package/libfslparser/libfslparser.mk
@@ -13,6 +13,10 @@ LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
LIBFSLPARSER_LICENSE_FILES = EULA COPYING
LIBFSLPARSER_REDISTRIBUTE = NO
+ifeq ($(BR2_ARM_EABIHF),y)
+LIBFSLPARSER_CONF_OPTS += --enable-fhw
+endif
+
define LIBFSLPARSER_EXTRACT_CMDS
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
endef
--
2.6.2
next prev parent reply other threads:[~2015-12-10 13:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 13:52 [Buildroot] [PATCH v2 0/4] libfsl*: fix install path + update conf opts Gary Bisson
2015-12-10 13:52 ` [Buildroot] [PATCH v2 1/4] libfslcodec: add install hooks to fix libraries path Gary Bisson
2015-12-13 20:31 ` Yann E. MORIN
2015-12-14 21:34 ` Gary Bisson
2015-12-13 20:36 ` Yann E. MORIN
2015-12-14 21:25 ` Gary Bisson
2016-01-24 20:55 ` Gary Bisson
2015-12-10 13:52 ` [Buildroot] [PATCH v2 2/4] libfslcodec: add missing configure options Gary Bisson
2015-12-13 20:32 ` Yann E. MORIN
2015-12-14 21:28 ` Gary Bisson
2016-03-04 9:17 ` Gary Bisson
2015-12-10 13:52 ` [Buildroot] [PATCH v2 3/4] libfslparser: add install hooks to fix libraries path Gary Bisson
2015-12-13 20:38 ` Yann E. MORIN
2015-12-10 13:52 ` Gary Bisson [this message]
2015-12-13 20:39 ` [Buildroot] [PATCH v2 4/4] libfslparser: add missing configure options Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449755560-2911-5-git-send-email-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox