[Buildroot] [PATCH 2/3] binutils: get rid of host-texinfo dependency and other documentation tricks

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 7 20:41:15 UTC 2016


Hello,

On Fri,  7 Oct 2016 22:09:17 +0200, Thomas De Schampheleire wrote:
> -BINUTILS_CONF_ENV += ac_cv_prog_MAKEINFO=missing
> -HOST_BINUTILS_CONF_ENV += ac_cv_prog_MAKEINFO=missing
> +BINUTILS_CONF_ENV += MAKEINFO=true
> +BINUTILS_MAKE_OPTS += MAKEINFO=true
> +BINUTILS_INSTALL_OPTS += MAKEINFO=true

Same comment as for gdb: BINUTILS_INSTALL_OPTS does not exist, and this
assignment has no effect.

<foo>_INSTALL_OPTS only exists for host packages. For target packages,
you have <foo>_INSTALL_TARGET_OPTS and <foo>_INSTALL_STAGING_OPTS.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list