mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:10:50 +00:00
ode: Explicitly disable double-precision with PACKAGECONFIG
* when it's left for autodetection, configure fails for qemux86* when "$build_os" == "$target_os" and configure calls AC_TRY_RUN Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
91cddd48c5
commit
840a60cb1d
@ -22,3 +22,7 @@ do_configure_append() {
|
|||||||
|
|
||||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
# if it isn't explicitly selected and "$build_os" == "$target_os", then configure will run
|
||||||
|
# series of AC_TRY_RUN which won't work for cross-compilation and configure fails
|
||||||
|
PACKAGECONFIG[double-precision] = "--enable-double-precision,--disable-double-precision"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user